type alias CacheTypeimport { type CacheType } from "https://deno.land/x/deno_cache@0.4.1/cache.ts"; The type of cache information that should be set or retrieved from the cache. definition: | "declaration" | "emit" | "sourcemap" | "buildinfo" | "version"