deno/ext/cache
denobot e1b40a69c0
chore: forward v2.0.6 release commit to main (#26804)
This is the release commit being forwarded back to main for 2.0.6

Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com>
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2024-11-10 13:12:18 +05:30
..
01_cache.js refactor(ext): align error messages (#25310) 2024-09-04 09:23:19 +02:00
Cargo.toml chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
lib.deno_cache.d.ts chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
lib.rs fix(ext/cache): don't panic when creating cache (#26780) 2024-11-08 12:27:29 +05:30
README.md
sqlite.rs fix(ext/cache): don't panic when creating cache (#26780) 2024-11-08 12:27:29 +05:30

deno_cache

This crate implements the Cache API for Deno.

The following APIs are implemented:

Cache APIs don't support the query options yet.

Spec: https://w3c.github.io/ServiceWorker/#cache-interface