| 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.
|
| Registry |
The registry of caching policies.
|
| Enum | Description |
|---|---|
| Policy.Characteristic |