type alias CacheStoreType

Supported cache store backends.

Definition

"memory" | "redis" | "noop"

Usage

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