All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.cache.runtime.caffeine.metrics.MetricsInitializer Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
package io.quarkus.cache.runtime.caffeine.metrics;

import com.github.benmanes.caffeine.cache.AsyncCache;

public interface MetricsInitializer {

    boolean metricsEnabled();

    void recordMetrics(AsyncCache cache, String cacheName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy