| Interface | Description |
|---|---|
| Policy |
A cache that implements a page replacement policy.
|
| Class | Description |
|---|---|
| PolicyActor |
An actor that proxies to the page replacement policy.
|
| PolicyStats |
Statistics gathered by a policy execution.
|
| Registry |
The registry of caching policies.
|