com.hazelcast.hibernate.local
Class TimestampsRegionCache
java.lang.Object
com.hazelcast.hibernate.local.LocalRegionCache
com.hazelcast.hibernate.local.TimestampsRegionCache
- All Implemented Interfaces:
- RegionCache
public class TimestampsRegionCache
- extends LocalRegionCache
- implements RegionCache
A timestamp based local RegionCache
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimestampsRegionCache
public TimestampsRegionCache(String name,
HazelcastInstance hazelcastInstance)
put
public boolean put(Object key,
Object value,
Object currentVersion)
- Specified by:
put
in interface RegionCache
- Overrides:
put
in class LocalRegionCache
createMessageListener
protected MessageListener<Object> createMessageListener()
- Overrides:
createMessageListener
in class LocalRegionCache
createMessage
protected Object createMessage(Object key,
Object value,
Object currentVersion)
- Overrides:
createMessage
in class LocalRegionCache
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.