com.hazelcast.spring.cache
Class HazelcastCache
java.lang.Object
com.hazelcast.spring.cache.HazelcastCache
public class HazelcastCache
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HazelcastCache
public HazelcastCache(IMap<Object,Object> map)
getName
public String getName()
getNativeCache
public Object getNativeCache()
get
public ValueWrapper get(Object key)
put
public void put(Object key,
Object value)
toStoreValue
protected Object toStoreValue(Object value)
fromStoreValue
protected Object fromStoreValue(Object value)
evict
public void evict(Object key)
clear
public void clear()
Copyright .0; 2008-2011 Hazel Ltd. All Rights Reserved.