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


public interface ICacheExpungeHook<K,V>

Created by IntelliJ IDEA. User: lakshman Date: Aug 16, 2005 Time: 1:08:58 PM To change this template use File | Settings | File Templates.


Method Summary
 void callMe(K key, V value)
           
 

Method Detail

callMe

void callMe(K key,
            V value)


Copyright © 2009 The Apache Software Foundation