| Class | Description |
|---|---|
| HashFunctionParser |
This is a hash function and parser tp simplify parsing the hash value, it split it to .
|
| TinyCache |
This is the TinyCache model that takes advantage of random eviction policy with
a ghost cache as admission policy.
|
| TinyCacheAdapter |
The TinyCache admission policy.
|
| TinyCacheSketch |
This is the TinyCache sketch that is based on TinySet and TinyTable.
|
| TinyCacheWithGhostCache |
This is the TinyCache model that takes advantage of random eviction policy with
a ghost cache as admission policy.
|
| TinySetIndexing |
An implementation of TinySet's indexing method.
|