CacheKit Docs

High-performance cache policies and supporting data structures.

View the Project on GitHub OxidizeLabs/cachekit

Fixed-Size Access History (LRU-K Style)

What It Is

Many policies need a bounded “last N touches” history per key (LRU-K, some admission filters, scan detection).

Core Types

Per entry:

Global:

Operations

Implementation Notes