Package org.hibernate.cache
This package defines the API of the second-level cache service.
The subpackage org.hibernate.cache.spi
defines an SPI
used to integrate any third-party cache implementation.
-
Interface Summary Interface Description MutableCacheKeyBuilder A builder that generates a Serializable Object to be used as a key into the query results cache.RegionFactory Deprecated. Moved, but still need this definition for ehcache -
Exception Summary Exception Description CacheException Something went wrong in the cache.NoCacheRegionFactoryAvailableException Indicates a condition where a second-level cache implementation was expected to be available, but none was found on the classpath.