type alias CacheEngineimport { type CacheEngine } from "https://deno.land/x/blocks@1.59.3/runtime/caches/mod.ts"; definition: | "REDIS" | "KV" | "CACHE_API" | "FILE_SYSTEM" | "S3"