Expand description
Cache implementations for the Soma runtime.
MemoryCache— in-memory LRU with byte-level evictionLocalCache— filesystem-backed with sharded directoriesTieredCache— multi-level (memory → local) with auto-promotion
Re-exports§
pub use local::LocalCache;pub use memory::MemoryCache;pub use tiered::TieredCache;