org.apache.solr.util
Interface ConcurrentLFUCache.EvictionListener<K,V>

Enclosing class:
ConcurrentLFUCache<K,V>

public static interface ConcurrentLFUCache.EvictionListener<K,V>


Method Summary
 void evictedEntry(K key, V value)
           
 

Method Detail

evictedEntry

void evictedEntry(K key,
                  V value)


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.