Contentful Personalization & Analytics
    Preparing search index...

    Interface PublicPermutationOptimizationCacheMetadata

    Cache metadata for a cacheable public optimization permutation.

    interface PublicPermutationOptimizationCacheMetadata {
        key: string;
        scope: "public-permutation";
        tags?: readonly string[];
    }
    Index

    Properties

    Properties

    key: string

    Customer-owned cache key for this public permutation.

    scope: "public-permutation"

    Cache safety scope for the rendered output.

    tags?: readonly string[]

    Optional customer-owned tags for framework or CDN invalidation.