KV-cache compression
CacheBlend
Superseded baseline#33 of 234 most-superseded
Superseded — cited as a baseline and beaten by newer methods
3 papers critique it · 2 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites CacheBlend as a baseline.
Nonetheless, existing systems (, vLLM, CacheBlend, CacheCraft, Epic)~kwon2023efficient,yao2025cacheblend,agarwal2025cache,hu2024epic operate at coarse granularity and thus fundamentally cannot support selective sharing: they reuse KV cache at the level of fixed chunks (e.g., 512 tokens~agarwal2025cache) or entire prompt, so the presence of a single sensitive token (e.g., PII) invalidates the whole unit and discards most otherwise reusable content
“Reuse strategies effective for agent-side generation can be decision-non-invariant for judges, revealing a failure mode overlooked by prior work.”
“rely on exact context matching, which is unsuitable for real user scenarios”
Beaten on benchmarks
Head-to-head results where a newer method reports beating CacheBlend. Values are copied from the source paper's tables — verify against the cited paper.
KVShare beats CacheBlend
62.30 vs 43.55
Accuracy · [Recompute in Prefill & Decode Stage, Yi1.5-9B, GSM8K]
KVShare: An LLM Service System with Efficient and Effective Multi-Tenant KV Cache ReuseCachePrune beats CacheBlend
134 vs 171
What to use instead
Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.
- May 22, 2026
- Apr 28, 2026
- Predictive Multi-Tier Memory ManagementPredictive Multi-Tier Memory Management for KV Cache in Large-Scale GPU InferenceApr 19, 2026
- TableCacheTableCache: Primary Foreign Key Guided KV Cache Precomputation for Low Latency Text-to-SQLJan 13, 2026
- Jan 5, 2026
- SemShareKVSemShareKV: Efficient KVCache Sharing for Semantically Similar Prompts via Token-Level LSH MatchingSep 29, 2025