v0.1.10
Simple API for Deno cache.
Repository
Current version released
3 years ago
@fromdeno/cache
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.