protected void |
LRUCache.addToCache(Entry<K,V> entry) |
protected void |
FIFOCache.addToCache(Entry<K,V> entry) |
protected abstract void |
AbstractCache.addToCache(Entry<K,V> entry) |
protected void |
LRUCache.afterRecomputeExpireTimeOnRead(Entry<K,V> entry) |
protected void |
FIFOCache.afterRecomputeExpireTimeOnRead(Entry<K,V> entry) |
protected abstract void |
AbstractCache.afterRecomputeExpireTimeOnRead(Entry<K,V> entry) |
protected void |
LRUCache.beforeRecomputeExpireTimeOnRead(Entry<K,V> entry) |
protected void |
FIFOCache.beforeRecomputeExpireTimeOnRead(Entry<K,V> entry) |
protected abstract void |
AbstractCache.beforeRecomputeExpireTimeOnRead(Entry<K,V> entry) |
protected void |
LRUCache.removeFromCache(Entry<K,V> entry,
RemoveCause removeCause) |
protected void |
FIFOCache.removeFromCache(Entry<K,V> entry,
RemoveCause removeCause) |
protected abstract void |
AbstractCache.removeFromCache(Entry<K,V> entry,
RemoveCause removeCause) |