Expand description
Unified KV Cache Implementation for Zeta Reticula
This module consolidates all KV cache functionality from:
- kvquant_rs/src/block.rs (LogStructuredKVCache)
- llm-rs/src/kv_cache.rs
- llm-rs/src/kv_cache_manager.rs
- zeta-vault-synergy implementations
Structs§
- Data
Block - KVCache
Config - KVCache
Manager Adapter - Compatibility wrapper for existing KVCacheManager implementations
- KVCache
Stats - UnifiedKV
Cache - Unified KV Cache that consolidates all previous implementations
Enums§
Traits§
- KVCache
Manager - Async trait for KV cache operations (for compatibility with existing code)
Functions§
- create_
kv_ cache - Factory function to create KV cache instances