public class SoftLongObjectCache<V> extends SoftLongObjectCacheBase<V>
DEFAULT_SIZE, MIN_SIZE| Constructor and Description |
|---|
SoftLongObjectCache(int cacheSize) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull LongObjectCache<V> |
newChunk(int chunkSize) |
cacheObject, clear, count, getObject, lock, remove, tryKey, unlockadjustHitRate, cacheObjectLocked, containsKey, get, getObjectLocked, isCached, isEmpty, put, removeLocked, size, tryKeyLockedclose, getAttempts, getCacheAdjuster, getHits, hitRate, incAttempts, incHits, setAttempts, setHits@NotNull protected @NotNull LongObjectCache<V> newChunk(int chunkSize)
newChunk in class SoftLongObjectCacheBase<V>