public class SoftConcurrentObjectCache<K,V> extends SoftObjectCacheBase<K,V>
ObjectCacheBase.CriticalSectionMIN_SIZEDEFAULT_SIZE, size| Constructor and Description |
|---|
SoftConcurrentObjectCache(int cacheSize) |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectCacheBase<K,V> |
newChunk(int chunkSize) |
cacheObject, clear, count, getObject, lock, newCriticalSection, remove, tryKey, unlockadjustHitRate, containsKey, formatHitRate, get, isCached, isEmpty, put, size, tryKeyLockedclose, getAttempts, getCacheAdjuster, getHits, hitRate, incAttempts, incHits, setAttempts, setHitsprotected ObjectCacheBase<K,V> newChunk(int chunkSize)
newChunk in class SoftObjectCacheBase<K,V>