Skip to main content

Module cache

Module cache 

Source
Expand description

Plan evaluation cache: keys, modes, write targets, and the in-memory store.

Structs§

OpenAiPlanCache
In-memory store of plan evaluation responses keyed by PlanCacheKey.
PlanCacheKey
Identifies a cached plan evaluation by the content ids of its request and plan.

Enums§

PlanCacheMode
Controls whether a plan evaluation reads from and/or writes to the plan cache.
PlanCacheWriteTarget
Selects where a cache write lands and which capability it requires.