TimestampsCache instead@Deprecated public interface UpdateTimestampsCache
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()Deprecated.  Clear the update-timestamps data. | 
| void | destroy()Deprecated.  Destroys the cache. | 
| TimestampsRegion | getRegion()Deprecated.  Get the underlying cache region where data is stored.. | 
| void | invalidate(Serializable[] spaces,
          SharedSessionContractImplementor session)Deprecated.  Perform invalidation. | 
| boolean | isUpToDate(Set<Serializable> spaces,
          Long timestamp,
          SharedSessionContractImplementor session)Deprecated.  Perform an up-to-date check for the given set of query spaces. | 
| void | preInvalidate(Serializable[] spaces,
             SharedSessionContractImplementor session)Deprecated.  Perform pre-invalidation. | 
TimestampsRegion getRegion()
void preInvalidate(Serializable[] spaces, SharedSessionContractImplementor session) throws CacheException
spaces - The spaces to pre-invalidateCacheException - Indicated problem delegating to underlying region.void invalidate(Serializable[] spaces, SharedSessionContractImplementor session) throws CacheException
spaces - The spaces to invalidate.session - CacheException - Indicated problem delegating to underlying region.boolean isUpToDate(Set<Serializable> spaces, Long timestamp, SharedSessionContractImplementor session) throws CacheException
spaces - The spaces to checktimestamp - The timestamp against which to check.CacheException - Indicated problem delegating to underlying region.void clear()
    throws CacheException
CacheException - Indicates problem delegating call to underlying region.void destroy()
CacheException - Indicates problem delegating call to underlying region.Copyright © 2019 JBoss by Red Hat. All rights reserved.