Uses of Interface
de.hybris.platform.regioncache.region.CacheMap
Packages that use CacheMap
-
Uses of CacheMap in de.hybris.platform.regioncache.region.impl
Classes in de.hybris.platform.regioncache.region.impl that implement CacheMapModifier and TypeClassDescriptionclassDefault cache map implementation on the base of LinkedHashMap.Fields in de.hybris.platform.regioncache.region.impl declared as CacheMapMethods in de.hybris.platform.regioncache.region.impl that return CacheMapMethods in de.hybris.platform.regioncache.region.impl with parameters of type CacheMapConstructors in de.hybris.platform.regioncache.region.impl with parameters of type CacheMapModifierConstructorDescriptionDefaultCacheRegion(String name, CacheMap cacheMap, CacheStatistics stats, String[] handledTypes) DefaultCacheRegion(String name, CacheMap cacheMap, CacheStatistics stats, String[] handledTypes, boolean exclusiveComputation, boolean statsEnabled) DefaultCacheRegion(String name, CacheMap cacheMap, String[] handledTypes)