mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
1.0 KiB
1.0 KiB
deno_cache
This crate implements the Cache API for Deno.
The following APIs are implemented:
CacheStorage::open()
CacheStorage::has()
CacheStorage::delete()
Cache::match()
Cache::put()
Cache::delete()
Cache APIs don't support the query options yet.