drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias PageStoreEnv

    PageStoreEnv: PlanEnv & {
        PAGE_KV?: PageKv | null;
        PAGE_KV_ENABLED?: string | null;
        PAGE_KV_TTL?: string | number | null;
    }

    Type Declaration

    • OptionalPAGE_KV?: PageKv | null

      optional: the tier is absent rather than broken when this is not bound

    • OptionalPAGE_KV_ENABLED?: string | null

      force the tier on ('1') or off ('0'), overriding the per-plan default

    • OptionalPAGE_KV_TTL?: string | number | null

      seconds; a stored page is also generation-keyed, so this is a floor on garbage not a freshness knob