public class GuavaNearCacheImpl<K,V> extends Object implements NearCache<K,V>
GuavaNearCacheImpl(NearCacheConfig nc, MapClientProxy<K,V> map)
V
get(K key)
void
invalidate(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GuavaNearCacheImpl(NearCacheConfig nc, MapClientProxy<K,V> map)
public void invalidate(K key)
invalidate
NearCache<K,V>
public V get(K key)
get
Copyright © 2013 Hazelcast, Inc.. All rights reserved.