← 返回论文检索
NeurIPS 2025{location} PosterAccept (poster)

Learned Prefix Caching for Efficient LLM Inference

Dongsheng Yang, Austin Li, Kai Li, Wyatt Lloyd

Princeton University · None

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

Prefix caching is a key technique for reducing Large Language Model (LLM) inference costs. However, the prevalent least-recently-used (LRU) eviction algorithm has a large gap to the optimal algorithm. This paper introduces LPC, the first learned method to perform LLM prefix cache eviction. LPC leverages conversational content analysis to provide predictive guidance for eviction, determining which conversations are likely to continue. These insights, combined with last access timestamps, inform more effective cache management. Extensive evaluations across three real-world datasets demonstrate that LPC achieves 18-47% reductions in required cache sizes for equivalent hit ratios and has an 11% improvement in LLM prefilling throughput in an emulated environment.