org.hibernate.cache
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
HibernateException
public void preinvalidate(java.io.Serializable[] spaces) throws CacheException
CacheException
public void invalidate(java.io.Serializable[] spaces) throws CacheException
CacheException
public boolean isUpToDate(java.util.Set spaces, java.lang.Long timestamp) throws HibernateException
HibernateException
public void clear() throws CacheException
CacheException
public void destroy()
public TimestampsRegion getRegion()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014. All Rights Reserved.