org.hibernate.cache

Interface QueryResultsRegion

All Superinterfaces:
GeneralDataRegion, Region
Known Implementing Classes:
QueryResultsRegionAdapter

public interface QueryResultsRegion
extends GeneralDataRegion

Defines the contract for a cache region which will specifically be used to store query results.
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