org.hibernate.cache
Interface TimestampsRegion

All Superinterfaces:
GeneralDataRegion, Region
All 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

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 © 2008 Hibernate.org. All Rights Reserved.