org.hibernate.cache.spi
Interface TimestampsRegion

All Superinterfaces:
GeneralDataRegion, Region
All Known Implementing Classes:
EhcacheTimestampsRegion, TimestampsRegionImpl

public interface TimestampsRegion
extends GeneralDataRegion

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


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



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.