Module request_caching

Module request_caching 

Source
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§

CacheConfig
Configuration for request caching
CacheMetrics
Cache metrics for monitoring
RequestCache
Request cache implementation