Skip to content

CachePointBlockData

Defined in: src/types/messages.ts:536

Data for a cache point block.

cacheType: "default";

Defined in: src/types/messages.ts:540

The cache type. Currently only ‘default’ is supported.


optional ttl?: string;

Defined in: src/types/messages.ts:549

Optional TTL for the cache entry. When omitted, the provider’s default TTL is used.

The accepted value space is provider-specific. For example, the Bedrock provider only accepts the values defined by BedrockCacheTTL ('5m' and '1h'). Other providers may accept different values or ignore this field.