type alias CacheStoreNameRe-exportimport { type CacheStoreName } from "https://deno.land/x/deno_nest@v3.15.1/modules/cache/mod.ts"; definition: | "memory" | "LRU" | "localStorage" | "KVStore"