property CacheApiMiddlewareOptions.key

Builds the cache key from the request. Omitted uses the full request URL, which is what the platform's own cache keys on.

Type

(ctx: IRequestContext) => string

Usage

import { type CacheApiMiddlewareOptions } from "cloudflare-plugin/src/index.ts";