Interface AnalyticsSourceCachePolicy

interface AnalyticsSourceCachePolicy {
    key?: AnalyticsSourceCacheIdentity;
    metadataCacheable?: boolean;
    resultCacheable?: boolean;
    ttlMs?: number;
}

Properties

metadataCacheable?: boolean
resultCacheable?: boolean
ttlMs?: number