Interface QueryPlanCacheOptionsExperimental

interface QueryPlanCacheOptions {
    freshness?: QueryPlanCacheFreshness;
    policy?: QueryPlanCachePolicy;
    validator?: QueryPlanValidatorInput;
}

Properties