Skip to main content

Module cache

Module cache 

Source
Expand description

Caching layer for checkpoint storage

Provides in-memory caching with LRU eviction and TTL support.

Structs§

MemoryCache
In-memory LRU cache with TTL support

Traits§

BaseCache
Base cache trait for checkpoint caching