rulvar API reference / @rulvar/rulvar / CacheHint
Interface: CacheHint
Defined in: packages/core/dist/index.d.ts
Provider-neutral declaration of intended prompt-cache boundaries. Transport-level cost optimization only: MUST NOT enter IdentityInput and MUST NOT change response semantics.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
breakpoints | { after: | "tools" | "system" | { messageIndex: number; }; ttl?: CacheTtl; }[] | Desired cache boundaries, ordered from shallowest to deepest prefix. | packages/core/dist/index.d.ts |