| Interface | Description |
|---|---|
| Policy |
A cache that implements a page replacement policy.
|
| Policy.KeyOnlyPolicy |
A policy that does not exploit external event metadata.
|
| 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_Builder |
Generated by
auto-builder 2.9.3
|
| PolicyStats.Metric | |
| Registry |
The registry of caching policies.
|
| Enum | Description |
|---|---|
| Policy.Characteristic |
The additional features supported.
|
| PolicyStats.Metric.MetricType |
| Annotation Type | Description |
|---|---|
| Policy.PolicySpec |
An optional annotation to declare additional capabilities.
|