Interface UnlimitedCacheRegion
-
- All Superinterfaces:
CacheRegion
- All Known Implementing Classes:
MediaCacheRegion
public interface UnlimitedCacheRegion extends CacheRegion
Any Cache Region which implements this interface will not be counted for overall cache size, this will not affect on licence check.
-
-
Method Summary
-
Methods inherited from interface de.hybris.platform.regioncache.region.CacheRegion
clearCache, containsKey, get, getAllKeys, getCacheMaxEntries, getCacheRegionStatistics, getHandledTypes, getMaxReachedSize, getName, getWithLoader, invalidate, isStatsEnabled, registerLifecycleCallback, remove, setStatsEnabled
-
-