Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Anthropic-specific provider plugin for cache_control breakpoint injection.
Translates CacheStability and Retention intents into Anthropic’s explicit cache_control annotations. Other intent types are marked Ignored / NotRelevant.
impl AnthropicCachePluginimpl AnthropicCachePlugin
newpub fn new(registry: &CapabilityRegistry) -> Self
Create a new Anthropic cache plugin backed by the given capability registry.
The registry is cloned into an Arc for shared ownership.
impl ProviderPlugin for AnthropicCachePluginimpl ProviderPlugin for AnthropicCachePlugin
plugin_idfn plugin_id(&self) -> &str
plugin_namefn plugin_name(&self) -> &str
translatefn translate(&self, input: &PluginInput<'_>) -> Result<PluginOutput>
capabilitiesfn capabilities(&self) -> BackendCapabilities