Uses of Package
org.cache2k.operation
-
Packages that use org.cache2k.operation Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.config The cache configuration as a Java bean and support types.org.cache2k.operation Operational aspects of a cache, like accessing statistics, basic information, change runtime parameters and customizations that augment general behavior. -
Classes in org.cache2k.operation used by org.cache2k Class Description Scheduler Scheduler to run timer tasks, e.g.TimeReference Time reference for a cache.Weigher Allows giving cached values a weight and limit the cache capacity by total weight. -
Classes in org.cache2k.operation used by org.cache2k.config Class Description Scheduler Scheduler to run timer tasks, e.g.TimeReference Time reference for a cache.Weigher Allows giving cached values a weight and limit the cache capacity by total weight. -
Classes in org.cache2k.operation used by org.cache2k.operation Class Description CacheControl Combined interface for introspection and control functions of a cache relevant for management and monitoring.CacheInfo Information of a cache for introspection at runtime, for generic monitoring and management proposes.CacheOperation Commands to influence the cache operation in general.CacheStatistics Set of metrics for cache statistics.TimeReference Time reference for a cache.TimeReference.Milliseconds