Expand description
L1 In-Memory Cache using Moka
High-performance concurrent cache for vectors with LRU eviction.
Structsยง
- Cache
Config - Configuration for the L1 cache
- Cache
Key - Cache key combining namespace and vector ID
- Cache
Stats - Cache statistics
- Cached
Storage - Cached storage wrapper that adds L1 caching to any VectorStorage
- Vector
Cache - L1 in-memory vector cache