org.apache.cassandra.cache
Interface ICacheExpungeHook<K,V>


public interface ICacheExpungeHook<K,V>


Method Summary
 void callMe(K key, V value)
           
 

Method Detail

callMe

void callMe(K key,
            V value)


Copyright © 2010 The Apache Software Foundation