Interface WidgetSourceCacheHints

interface WidgetSourceCacheHints {
    freshness?: SourceFreshnessContract;
    keyParts?: readonly string[];
    metadataCacheable?: boolean;
    resultCacheable?: boolean;
    ttlMs?: number;
}

Properties

keyParts?: readonly string[]
metadataCacheable?: boolean
resultCacheable?: boolean
ttlMs?: number