Uses of Interface
de.hybris.platform.regioncache.region.CacheMap
-
Packages that use CacheMap Package Description de.hybris.platform.regioncache.region.impl -
-
Uses of CacheMap in de.hybris.platform.regioncache.region.impl
Classes in de.hybris.platform.regioncache.region.impl that implement CacheMap Modifier and Type Class Description classDefaultCacheMapDefault cache map implementation on the base of LinkedHashMap.Fields in de.hybris.platform.regioncache.region.impl declared as CacheMap Modifier and Type Field Description protected CacheMapDefaultCacheRegion. cacheMapMethods in de.hybris.platform.regioncache.region.impl that return CacheMap Modifier and Type Method Description CacheMapDefaultCacheRegion. getCacheMap()Methods in de.hybris.platform.regioncache.region.impl with parameters of type CacheMap Modifier and Type Method Description voidDefaultCacheRegion. setCacheMap(CacheMap cacheMap)Constructors in de.hybris.platform.regioncache.region.impl with parameters of type CacheMap Constructor Description DefaultCacheRegion(java.lang.String name, CacheMap cacheMap, CacheStatistics stats, java.lang.String[] handledTypes)DefaultCacheRegion(java.lang.String name, CacheMap cacheMap, CacheStatistics stats, java.lang.String[] handledTypes, boolean exclusiveComputation, boolean statsEnabled)DefaultCacheRegion(java.lang.String name, CacheMap cacheMap, java.lang.String[] handledTypes)
-