Skip to main content

Module cache

Module cache 

Source
Expand description

Cache implementations for the Soma runtime.

  • MemoryCache — in-memory LRU with byte-level eviction
  • LocalCache — filesystem-backed with sharded directories
  • TieredCache — multi-level (memory → local) with auto-promotion

Re-exports§

pub use local::LocalCache;
pub use memory::MemoryCache;
pub use tiered::TieredCache;

Modules§

local
memory
tiered