Package io.quarkus.hibernate.orm.runtime.service.internalcache
package io.quarkus.hibernate.orm.runtime.service.internalcache
-
ClassesClassDescriptionQuarkusInternalCache<K,
V> Override ofInternalCacheFactoryInitiator: 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.