Package org.apache.storm.utils
Interface LruMap.CacheEvictionCallback<K,V>
-
- All Known Implementing Classes:
StringMetadataCache
public static interface LruMap.CacheEvictionCallback<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
evictionCallback(K key, V val)
-