> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Module response_cache

> Opt-in LLM response cache (exact-match). Opt-in LLM response cache (exact-match): a feature of the adaptive plugin, configured through `crate::config::AdaptiveConfig::response_cache`.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker`.

Opt-in LLM response cache (exact-match). Opt-in LLM response cache (exact-match): a feature of the adaptive plugin, configured through [`crate::config::AdaptiveConfig::response_cache`](/reference/api/rust-library-reference/nemo-relay-adaptive/config/struct-adaptiveconfig).

\[`intercept`] holds the execution intercepts and storage rules, \[`key`] the cache-key derivation, \[`store`] the backends, \[`replay`] the streaming replay, and \[`mark`] the observability surface.

## Re-exports

* `pub use crate::config::ResponseCacheConfig;`
* `pub use crate::response_cache::config::BackendConfig;`
* `pub use crate::response_cache::config::KEY_STRATEGY_EXACT_REQUEST;`

## Modules

* [config](/reference/api/rust-library-reference/nemo-relay-adaptive/response_cache/config): Backend selection for the adaptive plugin's `response_cache` feature.

## Constants

* [RESPONSE\_CACHE\_MARK](/reference/api/rust-library-reference/nemo-relay-adaptive/response_cache/constant-response-cache-mark): Mark-event name emitted on every cache decision.