Skip to main content

Module radix_cache

Module radix_cache 

Source
Expand description

Radix-tree KV cache for SGLang engine simulation.

Reference: sglang/python/sglang/srt/mem_cache/radix_cache.py

Structsยง

KvPageId
Physical page identifier in the simulated SGLang KV pool.
NodeId
Stable identifier for a tree node inside the RadixCache.
PagePool
Manages free / allocated pages for the simulated SGLang KV cache.
RadixCache
Radix tree for SGLang KV cache simulation.
TreeNode
A single node in the radix tree.