Data & Infrastructure
What is prompt caching and when does it matter?
A provider optimization that reuses the KV cache for repeated prompt prefixes across requests, typically reducing input token cost by ~10×. It matters when you have large stable prefixes — RAG contexts, agent scaffolds, few-shot examples, long system prompts. Anthropic, OpenAI, and Google all offer it; use it aggressively for any workload with reusable context.
More on Data & Infrastructure
Related on this site
Framework dimensions
Whitepapers
Browse the full FAQ for 164 answers, or start a free GenAI maturity assessment to see where your organisation stands.