org.hibernate.cache.package.html Maven / Gradle / Ivy
The newest version!
This package defines APIs and implementations for the
second-level cache and query cache.
Cache abstracts the underlying cache implementation.
CacheConcurrencyStrategy abstracts various strategies
for maintaining consistency between the cache and database.
QueryCache abstracts the query result set cache.