public final class TinyCacheWithGhostCache extends Object
| Modifier and Type | Field and Description |
|---|---|
long[] |
chainIndex |
long[] |
lastIndex |
| Constructor and Description |
|---|
TinyCacheWithGhostCache(int nrSets,
int itemsPerSet,
int randomSeed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addItem(long item) |
boolean |
contains(long item) |
void |
recordItem(long item) |