Package de.hybris.platform.regioncache.region.impl
-
Class Summary Class Description AbstractMapBasedCacheRegion Abstract class for all map based cache region implementations.DefaultCacheMap Default cache map implementation on the base of LinkedHashMap.DefaultCacheRegion Default cache region implementation.
For the synchronization it uses ReentrantReadWriteLock one for whole cache map.DefaultCacheRegionProvider Class keeps region lists and provides region list access methods.EHCacheRegion Cache region implementation using EHCache.LRUCacheRegion Cache region implementation based on Google's ConcurrentLinkedHashMap.UnlimitedCacheRegion