Enable the cache
This feature is implemented only byUnifiedRadixCache.
Command
Pass and close the session
Your application must pass the same top-levelsession_id on every request in a session. The ID labels cache references only; it does not append or reconstruct conversation context, so each request must still contain the intended prompt.
Command
session_id. This reference-only workflow does not require an /open_session call.
Call /close_session when the application session ends, including error and cancellation paths:
Command
Eviction behavior
The cache tracks references independently for each UnifiedRadixCache component. Device and host eviction use the same session preference.
UnifiedRadixCache still applies component cascade rules. Evicting an internal Full node also evicts its SWA and Mamba data; evicting SWA also evicts Mamba data; evicting Mamba affects only Mamba. Evicting a leaf removes all component data on that leaf.
