Contentful Personalization & Analytics
    Preparing search index...

    Interface StaticOptimizationCacheMetadata

    Cache metadata for static optimization output that does not include profile state.

    interface StaticOptimizationCacheMetadata {
        key?: string;
        scope: "static";
        tags?: readonly string[];
    }
    Index

    Properties

    Properties

    key?: string

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

    scope: "static"

    Cache safety scope for the rendered output.

    tags?: readonly string[]

    Optional customer-owned tags for framework or CDN invalidation.