org.hibernate.cache.impl.bridge

Class TimestampsRegionAdapter

Implemented Interfaces:
GeneralDataRegion, Region, TimestampsRegion

public class TimestampsRegionAdapter
extends BaseGeneralDataRegionAdapter
implements TimestampsRegion

Adapter specifically briding TimestampsRegion to Cache.
Author:
Steve Ebersole

Field Summary

Fields inherited from class org.hibernate.cache.impl.bridge.BaseRegionAdapter

settings, underlyingCache

Constructor Summary

TimestampsRegionAdapter(Cache underlyingCache, Settings settings)

Method Summary

Methods inherited from class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter

evict, evictAll, get, put

Methods inherited from class org.hibernate.cache.impl.bridge.BaseRegionAdapter

clear, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap

Constructor Details

TimestampsRegionAdapter

protected TimestampsRegionAdapter(Cache underlyingCache,
                                  Settings settings)