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