> 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 full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Enum Cache Telemetry Provider

> Cache telemetry provider identity for canonical `Usage` normalization.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

```rust
pub enum CacheTelemetryProvider {
    Anthropic,
    OpenAI,
}
```

Cache telemetry provider identity for canonical `Usage` normalization.

## Variants

### `Anthropic`

<pre />

Anthropic Messages cache telemetry semantics.

### `OpenAI`

<pre />

OpenAI Chat/Responses cache telemetry semantics.

## Implementations

### `impl CacheTelemetryProvider`

<pre />

#### `as_str`

<pre />

Returns the canonical provider string for serialized cache telemetry.

## Trait Implementations

### `impl Clone for CacheTelemetryProvider`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for CacheTelemetryProvider`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for CacheTelemetryProvider`

<pre />

#### `deserialize`

<pre />

### `impl Hash for CacheTelemetryProvider`

<pre />

#### `hash`

<pre />

#### `hash_slice`

<pre />

### `impl PartialEq for CacheTelemetryProvider`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for CacheTelemetryProvider`

<pre />

#### `serialize`

<pre />

### `impl Copy for CacheTelemetryProvider`

<pre />

### `impl Eq for CacheTelemetryProvider`

<pre />

### `impl StructuralPartialEq for CacheTelemetryProvider`

<pre />