| Class | Description |
|---|---|
| SampledPolicy |
A cache that uses a sampled array of entries to implement simple page replacement algorithms.
|
| Enum | Description |
|---|---|
| SampledPolicy.EvictionPolicy |
The replacement policy.
|
| SampledPolicy.Sample |
The algorithms to choose a random sample with.
|