Expand description
Plan evaluation cache: keys, modes, write targets, and the in-memory store.
Structs§
- Open
AiPlan Cache - In-memory store of plan evaluation responses keyed by
PlanCacheKey. - Plan
Cache Key - Identifies a cached plan evaluation by the content ids of its request and plan.
Enums§
- Plan
Cache Mode - Controls whether a plan evaluation reads from and/or writes to the plan cache.
- Plan
Cache Write Target - Selects where a cache write lands and which capability it requires.