org.ehcache.internal.store.offheap.factories
Interface EhcacheSegmentFactory.EhcacheSegment.EvictionListener<K,V>

Enclosing class:
EhcacheSegmentFactory.EhcacheSegment<K,V>

public static interface EhcacheSegmentFactory.EhcacheSegment.EvictionListener<K,V>


Method Summary
 void onEviction(K key, V value)
           
 

Method Detail

onEviction

void onEviction(K key,
                V value)