[Doc][0.18.0]Fix typo in KV Cache Pool developr guide (#8575)

### What this PR does / why we need it?
Fix typo in KV Cache Pool developr guide

Signed-off-by: pz1116 <47019764+Pz1116@users.noreply.github.com>
This commit is contained in:
pz1116
2026-04-22 17:59:16 +08:00
committed by GitHub
parent c335710b82
commit 69a57bc9ec

View File

@@ -33,7 +33,7 @@ When combined with vLLM's Prefix Caching mechanism, the pool enables efficient c
Prefix Caching with on-chip memory is already supported by the vLLM V1 Engine.
By introducing KV Connector V1, users can seamlessly combine on-chip memory-based Prefix Caching with Mooncake-backed KV Pool.
The user can enable both features simply by enabling Prefix Caching, which is enabled by default in vLLM V1 unless the `--no_enable_prefix_caching` flag is set, and setting up the KV Connector for KV Pool (e.g., the MooncakeStoreConnector).
The user can enable both features simply by enabling Prefix Caching, which is enabled by default in vLLM V1 unless the `--no-enable-prefix-caching` flag is set, and setting up the KV Connector for KV Pool (e.g., the MooncakeStoreConnector).
**Workflow**: