Contentful Personalization & Analytics
    Preparing search index...

    Interface PrivateRequestOptimizationCacheMetadata

    Cache metadata for request-bound private optimization output.

    interface PrivateRequestOptimizationCacheMetadata {
        key?: string;
        scope: "private-request";
        tags?: readonly string[];
    }
    Index

    Properties

    Properties

    key?: string

    Optional customer-owned cache key for framework or CDN caches.

    scope: "private-request"

    Cache safety scope for the rendered output.

    tags?: readonly string[]

    Optional customer-owned tags for framework or CDN invalidation.