LLM Infrastructure
Prompt Caching Isn't a Setting. It's a Prompt Architecture Decision.
How prefix caching actually works, why most teams get the ordering wrong, and the exact restructuring that turns a cache-miss prompt into a cache-hit one. I once reviewed a system where every single call to the model was a cache miss. Not most calls. Every call. The team