Expand description
Request caching implementation for Anthropic Claude API
This module provides caching functionality to store and retrieve API responses, reducing redundant API calls and improving performance.
Modules§
- exposed
- Exposed namespace of the module.
- orphan
- Orphan namespace of the module.
- own
- Own namespace of the module.
- prelude
- Prelude to use essentials:
use my_module ::prelude :: *.
Structs§
- Cache
Config - Configuration for request caching
- Cache
Metrics - Cache metrics for monitoring
- Request
Cache - Request cache implementation