Interface LruCache.EvictAction<Value>

  • Type Parameters:
    Value - type of the cache entry
    Enclosing class:
    LruCache<Key,​Value extends CanEstimateSize>

    public static interface LruCache.EvictAction<Value>
    Action that is invoked when the entry is removed from the cache.