Module config
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.
Backend selection for the adaptive plugin’s response_cache feature.
The response_cache section struct (crate::config::ResponseCacheConfig) lives in crate::config alongside the other AdaptiveConfig sections (acg, adaptive_hints, tool_parallelism). This module keeps the response-cache-specific backend config and the key-strategy constant next to the key/store code that consumes them.
Structs
- BackendConfig: Backend selection mirroring the adaptive
crate::config::BackendSpecshape.
Constants
- DEFAULT_MAX_BYTES: Default in-memory byte budget: 256 MiB.
- KEY_STRATEGY_EXACT_REQUEST: Exact-request key strategy identifier.