org.infinispan.quarkus.hibernate.cache.InternalCacheConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-local-cache Show documentation
Show all versions of quarkus-local-cache Show documentation
Local-only Hibernate Cache optimized for Quarkus
package org.infinispan.quarkus.hibernate.cache;
import java.time.Duration;
final class InternalCacheConfig {
long objectCount;
Duration maxIdle;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy