Uses of Package
io.quarkus.hibernate.orm.runtime.service.internalcache
Packages that use io.quarkus.hibernate.orm.runtime.service.internalcache
-
Classes in io.quarkus.hibernate.orm.runtime.service.internalcache used by io.quarkus.hibernate.orm.runtime.service.internalcacheClassDescriptionOverride of
InternalCacheFactoryInitiator: this switches the internal cache implementation (currently used for some stats and, crucially, for theQueryInterpretationCacheto use Caffeine rather than the legacy implementation Hibernate ORM normally uses, which is based on the excellent LIRS algorithm but which we plan to deprecate in favour of modern caching libraries.