interface HttpCacheGetOptionsimport { type HttpCacheGetOptions } from "https://dotland.deno.dev/x/deno_cache@0.7.1/http_cache.ts"; Propertiesoptionalchecksum: stringChecksum to evaluate the file against. This is only evaluated for the global cache (DENO_DIR) and not the local cache (vendor folder). optionalallowCopyGlobalToLocal: booleanAllow copying from the global to the local cache (vendor folder).