io.quarkus.cache.runtime.caffeine.metrics.MetricsInitializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-cache Show documentation
Show all versions of quarkus-cache Show documentation
Enable application data caching in CDI beans
package io.quarkus.cache.runtime.caffeine.metrics;
import com.github.benmanes.caffeine.cache.AsyncCache;
public interface MetricsInitializer {
boolean metricsEnabled();
void recordMetrics(AsyncCache
© 2015 - 2025 Weber Informatics LLC | Privacy Policy