Function: forwardCacheTtl()
forwardCacheTtl(
messages,ttl?):void
Defined in: packages/core/src/prompt-cache.ts:283
Forward plan ttl onto existing stamps that omitted it (file() still
writes { type: 'ephemeral' } only). Does not add new breakpoints.
Parameters
messages
Record<string, unknown>[]
ttl?
Returns
void