Class ScriptsCacheRegion
- java.lang.Object
-
- de.hybris.platform.regioncache.region.impl.AbstractMapBasedCacheRegion
-
- de.hybris.platform.regioncache.region.impl.LRUCacheRegion
-
- de.hybris.platform.scripting.engine.internal.cache.impl.ScriptsCacheRegion
-
- All Implemented Interfaces:
CacheRegion
public class ScriptsCacheRegion extends LRUCacheRegion
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.regioncache.region.impl.AbstractMapBasedCacheRegion
cacheMap, handledTypes, lifecycleCallback, name, stats, statsEnabled
-
-
Constructor Summary
Constructors Constructor Description ScriptsCacheRegion(java.lang.String name, int maxEntries, boolean statsEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetHandledTypes(java.lang.String[] handledTypes)-
Methods inherited from class de.hybris.platform.regioncache.region.impl.LRUCacheRegion
getCacheMaxEntries, putIfAbsent
-
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, setStatsEnabled, toString
-
-
-
-
Method Detail
-
setHandledTypes
public void setHandledTypes(java.lang.String[] handledTypes)
- Overrides:
setHandledTypesin classAbstractMapBasedCacheRegion
-
-