Uses of Interface
org.cache2k.operation.CacheControl
-
Packages that use CacheControl 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 CacheControl in org.cache2k.operation
Methods in org.cache2k.operation that return CacheControl Modifier and Type Method Description static CacheControl
CacheControl. of(Cache<?,?> cache)
Request the management interface of the given cache.
-