| 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.
BeanName=defaultCacheRegionProvider, alias=cacheRegionProvider |
| EHCacheRegion |
Cache region implementation using EHCache.
|
| LRUCacheRegion |
Cache region implementation based on Google's ConcurrentLinkedHashMap.
|
| UnlimitedCacheRegion |
Copyright © 2018 SAP SE. All Rights Reserved.