org.hibernate.cache
Interface TimestampsRegion

All Superinterfaces:
GeneralDataRegion, Region
All Known Implementing Classes:
ClusteredConcurrentTimestampsRegionImpl, TimestampsRegionAdapter, TimestampsRegionImpl

public interface TimestampsRegion
extends GeneralDataRegion

Defines the contract for a cache region which will specifically be used to store entity "update timestamps".

Author:
Steve Ebersole

Method Summary
 
Methods inherited from interface org.hibernate.cache.GeneralDataRegion
evict, evictAll, get, put
 
Methods inherited from interface org.hibernate.cache.Region
destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved