108 breaking releases
new 0.110.0 | Nov 21, 2024 |
---|---|
0.108.0 | Nov 6, 2024 |
0.96.0 | Jul 31, 2024 |
0.75.0 | Mar 28, 2024 |
0.11.0 | Nov 24, 2022 |
#2134 in Web programming
4,252 downloads per month
Used in 30 crates
(8 directly)
38KB
993 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
~107MB
~2M SLoC