public class SimpleLocalCacheContext<K,V> extends java.lang.Object implements CacheContext<K,V>
SimpleLocalCacheContext(CacheStore cs)
V
getValue(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleLocalCacheContext(CacheStore cs)
public V getValue(K key)
getValue
CacheContext<K,V>