Package org.hibernate.cache.spi
Interface QueryResultsRegion
-
- All Superinterfaces:
DirectAccessRegion
,Region
- All Known Implementing Classes:
QueryResultsRegionTemplate
public interface QueryResultsRegion extends DirectAccessRegion
Defines the contract for a cache region that stores query results.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.cache.spi.DirectAccessRegion
getFromCache, putIntoCache
-
Methods inherited from interface org.hibernate.cache.spi.Region
clear, destroy, getName, getRegionFactory
-
-