public class UpdateTimestampsCache
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REGION_NAME |
| Constructor and Description |
|---|
UpdateTimestampsCache(Settings settings,
java.util.Properties props) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
destroy() |
TimestampsRegion |
getRegion() |
void |
invalidate(java.io.Serializable[] spaces) |
boolean |
isUpToDate(java.util.Set spaces,
java.lang.Long timestamp) |
void |
preinvalidate(java.io.Serializable[] spaces) |
java.lang.String |
toString() |
public UpdateTimestampsCache(Settings settings, java.util.Properties props) throws HibernateException
HibernateExceptionpublic void preinvalidate(java.io.Serializable[] spaces)
throws CacheException
CacheExceptionpublic void invalidate(java.io.Serializable[] spaces)
throws CacheException
CacheExceptionpublic boolean isUpToDate(java.util.Set spaces,
java.lang.Long timestamp)
throws HibernateException
HibernateExceptionpublic void clear()
throws CacheException
CacheExceptionpublic void destroy()
public TimestampsRegion getRegion()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013. All Rights Reserved.