| 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.
|
| DefaultCleanUpQueryCacheRegionService |
Service that periodically run CleanUpQueryCacheRegionStrategy to clean "queryCacheRegion" cache region.
|
| DefaultCleanUpQueryCacheRegionStrategy |
|
| EHCacheRegion |
Cache region implementation using EHCache.
|
| LRUCacheRegion |
Cache region implementation based on Google's ConcurrentLinkedHashMap.
|
| UnlimitedCacheRegion |
|