Simple API for Deno cache.
Differences from https://deno.land/x/cache or https://npm.im/deno-cache :
-
High-level
readCache
andfetchCache
returnResponse
, akin tofetch
. -
Low-level
CacheEntry
can resolve where a file is (or would be) cached without performing IO.