org.hibernate.cache

Interface TimestampsRegion

All Superinterfaces:
GeneralDataRegion, Region
Known Implementing Classes:
TimestampsRegionAdapter

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

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