Uses of Interface
org.apache.cassandra.utils.ICacheExpungeHook

Packages that use ICacheExpungeHook
org.apache.cassandra.utils   
 

Uses of ICacheExpungeHook in org.apache.cassandra.utils
 

Methods in org.apache.cassandra.utils with parameters of type ICacheExpungeHook
 void Cachetable.put(K key, V value, ICacheExpungeHook<K,V> hook)
           
 void ICachetable.put(K key, V value, ICacheExpungeHook<K,V> hook)
           
 

Constructors in org.apache.cassandra.utils with parameters of type ICacheExpungeHook
Cachetable(long expiration, ICacheExpungeHook<K,V> global)
           
 



Copyright © 2010 The Apache Software Foundation