Package com.github.benmanes.caffeine.cache.simulator.policy
-
Interface Summary Interface Description Policy A cache that implements a page replacement policy.Policy.KeyOnlyPolicy A policy that does not exploit external event metadata. -
Class Summary Class Description AccessEvent The key and metadata for accessing a cache.PolicyActor An actor that proxies to the page replacement policy.PolicyStats Statistics gathered by a policy execution.PolicyStats.Metric PolicyStats.Metric.Builder Registry The registry of caching policies. -
Enum Summary Enum Description Policy.Characteristic The additional features supported.PolicyStats.Metric.MetricType -
Annotation Types Summary Annotation Type Description Policy.PolicySpec An optional annotation to declare additional capabilities.