AdvancedVocabulary#anthropic#claude#prompt-caching#llm#optimization

Anthropic Prompt Caching

Anthropic's prompt caching stores frequently reused prompt prefixes server-side, enabling cache reads at ~10% of normal input token cost. Learn the vocabulary for cache_control directives, TTL behavior, creation vs read token billing, and multi-turn conversation patterns.

0 / 5 completed
1 / 5
An engineer adds cache_control: { type: 'ephemeral' } to a 900-token system prompt. On the second identical call 10 minutes later, which token counts appear in the response usage?