Uses of Interface
org.hibernate.cache.spi.QueryResultsCache
Packages that use QueryResultsCache
Package
Description
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
-
Uses of QueryResultsCache in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return QueryResultsCacheModifier and TypeMethodDescriptionCacheImplementor.getDefaultQueryResultsCache()
Access to the "default" region used to store query results when caching was requested but no region was explicitly named.CacheImplementor.getQueryResultsCache
(String regionName) Get query cache byregion name
or create a new one if none exist.CacheImplementor.getQueryResultsCacheStrictly
(String regionName) Get the named QueryResultRegionAccess but not creating one if it does not already exist.