Interface CacheEntry
-
- All Known Subinterfaces:
HybridCacheEntry<V>
- All Known Implementing Classes:
LRUCacheCheapRead.CacheEntryImpl
,LRUHybridCache.HybridCacheEntryImpl
public interface CacheEntry
This can be used to remove a specific cache entry from the cache, for better control of the caching release semantics
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeFromCache()
Call this method on this entry to remove it from the LRUCache.
-