Class UnlimitedCacheRegion
java.lang.Object
de.hybris.platform.regioncache.region.impl.AbstractMapBasedCacheRegion
de.hybris.platform.regioncache.region.impl.UnlimitedCacheRegion
- All Implemented Interfaces:
CacheRegion
-
Field Summary
Fields inherited from class de.hybris.platform.regioncache.region.impl.AbstractMapBasedCacheRegion
cacheMap, handledTypes, lifecycleCallback, name, stats, statsEnabled -
Constructor Summary
ConstructorsConstructorDescriptionUnlimitedCacheRegion(String name) UnlimitedCacheRegion(String name, boolean statsEnabled) UnlimitedCacheRegion(String name, CacheStatistics stats, boolean statsEnabled) -
Method Summary
Modifier and TypeMethodDescriptionlongGets number of cache entries above which invalidation occurs.protected ObjectputIfAbsent(CacheKey key, Object value) Methods inherited from class de.hybris.platform.regioncache.region.impl.AbstractMapBasedCacheRegion
clearCache, containsKey, equals, get, getAllKeys, getCacheRegionStatistics, getHandledTypes, getMaxReachedSize, getName, getWithLoader, hashCode, invalidate, isStatsEnabled, registerLifecycleCallback, remove, setHandledTypes, setStatsEnabled, toString
-
Constructor Details
-
UnlimitedCacheRegion
-
UnlimitedCacheRegion
-
UnlimitedCacheRegion
-
-
Method Details
-
putIfAbsent
- Specified by:
putIfAbsentin classAbstractMapBasedCacheRegion
-
getCacheMaxEntries
public long getCacheMaxEntries()Description copied from interface:CacheRegionGets number of cache entries above which invalidation occurs.
-