Expand description
Radix-tree KV cache for SGLang engine simulation.
Reference: sglang/python/sglang/srt/mem_cache/radix_cache.py
Structsยง
- KvPage
Id - Physical page identifier in the simulated SGLang KV pool.
- NodeId
- Stable identifier for a tree node inside the
RadixCache. - Page
Pool - Manages free / allocated pages for the simulated SGLang KV cache.
- Radix
Cache - Radix tree for SGLang KV cache simulation.
- Tree
Node - A single node in the radix tree.