Uses of Interface
org.cache2k.operation.CacheInfo
-
Packages that use CacheInfo Package Description org.cache2k.operation Operational aspects of a cache, like accessing statistics, basic information, change runtime parameters and customizations that augment general behavior. -
-
Uses of CacheInfo in org.cache2k.operation
Subinterfaces of CacheInfo in org.cache2k.operation Modifier and Type Interface Description interface
CacheControl
Combined interface for introspection and control functions of a cache relevant for management and monitoring.Methods in org.cache2k.operation that return CacheInfo Modifier and Type Method Description static CacheInfo
CacheInfo. of(Cache<?,?> cache)
Request an instance for the given cache.
-