PulseAugur
EN
LIVE 06:10:28

LLM Cache Study: LFU Outperforms Other Eviction Policies, But Effectiveness Limited

A new study published on arXiv evaluates various eviction policies for Large Language Model (LLM) caches, finding that the Least Frequently Used (LFU) policy performs best among those tested. The research, conducted using a framework called CLEVER, compared policies like FIFO, LRU, and others across different workloads, cache capacities, and encoders. The findings indicate that while LFU is a strong default, the effectiveness of eviction policies is limited by the low percentage of answer-substitutable queries at typical operating points, suggesting that establishing answer validity should be prioritized before optimizing eviction policies. AI

IMPACT Highlights limitations in current LLM caching strategies, suggesting a need for improved answer validity checks before optimizing eviction policies.

RANK_REASON Academic paper evaluating LLM caching mechanisms. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLM Cache Study: LFU Outperforms Other Eviction Policies, But Effectiveness Limited

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Yash Kulkarni, Shubham Harkare, Arvind Suresh Yogesh Babu ·

    Which Eviction Policy Should an LLM Cache Use? A Systematic Study Across Workloads, Capacities, and Encoders

    arXiv:2608.20280v1 Announce Type: cross Abstract: Semantic caches reuse an LLM response when the incoming query embedding lies near a cached query, but proposed eviction policies have rarely been compared under one protocol. Using CLEVER, we evaluate FIFO, LRU, LFU, ARC, GDSF, a …