Interface LruMap.CacheEvictionCallback<K,V>

All Known Implementing Classes:
StringMetadataCache
Enclosing class:
LruMap<A,B>

public static interface LruMap.CacheEvictionCallback<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    evictionCallback(K key, V val)
     
  • Method Details

    • evictionCallback

      void evictionCallback(K key, V val)