public class UnlimitedCacheRegion extends AbstractMapBasedCacheRegion
cacheMap, handledTypes, lifecycleCallback, name, stats, statsEnabled| Constructor and Description |
|---|
UnlimitedCacheRegion(String name) |
UnlimitedCacheRegion(String name,
boolean statsEnabled) |
UnlimitedCacheRegion(String name,
CacheStatistics stats,
boolean statsEnabled) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCacheMaxEntries()
Gets number of cache entries above which invalidation occurs.
|
protected Object |
putIfAbsent(CacheKey key,
Object value) |
clearCache, containsKey, equals, get, getAllKeys, getCacheRegionStatistics, getHandledTypes, getMaxReachedSize, getName, getWithLoader, hashCode, invalidate, isStatsEnabled, registerLifecycleCallback, remove, setHandledTypes, setStatsEnabled, toStringpublic UnlimitedCacheRegion(String name)
public UnlimitedCacheRegion(String name, boolean statsEnabled)
public UnlimitedCacheRegion(String name, CacheStatistics stats, boolean statsEnabled)
protected Object putIfAbsent(CacheKey key, Object value)
putIfAbsent in class AbstractMapBasedCacheRegionpublic long getCacheMaxEntries()
CacheRegionCopyright © 2017 SAP SE. All Rights Reserved.