property CacheMiddlewareOptions.bypass

Bypass function — when true, skip caching entirely for this request and pass through to the handler.

Type

(ctx: IRequestContext) => boolean

Usage

import { type CacheMiddlewareOptions } from "cache-plugin/src/index.ts";