51 breaking releases
new 0.52.0 | Sep 27, 2023 |
---|---|
0.50.0 | Sep 1, 2023 |
0.45.0 | Jul 26, 2023 |
0.28.0 | Mar 31, 2023 |
0.11.0 | Nov 24, 2022 |
#37 in Caching
4,173 downloads per month
Used in 17 crates
(4 directly)
38KB
991 lines
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.
Dependencies
~120MB
~2.5M SLoC