CacheKit Docs

High-performance cache policies and supporting data structures.

View the Project on GitHub OxidizeLabs/cachekit

Stores

CacheKit “stores” are the underlying key/value containers used by policies. They provide:

Most policies are generic over store traits defined in cachekit::store::traits:

Store implementations

Choosing a store (quick guide)