Quick Start
Configuration Options
| Parameter | Type | Default | Description |
|---|---|---|---|
enabled | bool | True | Enable response caching |
prompt_caching | bool | None | None | Enable prompt caching (Anthropic, etc.) |
Common Patterns
Pattern 1: Full Caching
Pattern 2: Disable Caching
Best Practices
Enable Prompt Caching for Anthropic
Enable Prompt Caching for Anthropic
Anthropic Claude supports prompt caching for significant cost savings on repeated prompts.
Disable for Real-Time Data
Disable for Real-Time Data
Turn off caching when agents need fresh, real-time information.

