Package org.jdbi.v3.core.cache
Interface JdbiCacheStats
-
public interface JdbiCacheStatsSimple statistics about aJdbiCacheinstance. The values in this object are a snapshot of the cache status. Calling any method multiple times should be cheap and constant time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcacheSize()Returns the current size of the cache.intmaxSize()Returns the maximum size of the cache.
-