AxContextCacheInfo Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxContextCacheInfo.md type AxContextCacheInfo

AxContextCacheInfo

TypeScript
type AxContextCacheInfo = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L803

Information about a context cache entry (returned after creation or lookup).

Properties

contentHash?

TypeScript
optional contentHash: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L811

Hash of the cached content for validation


expiresAt

TypeScript
expiresAt: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L807

When the cache expires (ISO 8601 timestamp)


name

TypeScript
name: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L805

Provider-specific cache resource name


tokenCount?

TypeScript
optional tokenCount: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L809

Number of tokens in the cached content

Docs