LLM Cache
Noun · AI & Machine Learning
Definitions
A cache used to store and reuse large language model outputs or related intermediate results so repeated requests do not trigger full generation again. LLM caches can improve both latency and cost for common prompts.
In plain English: A cache that stores large language model results for reuse.
Example: "The app added an LLM cache for repeated policy lookups so identical questions did not re-run the full retrieval and generation flow."