deno/ext/cache
denobot d2d8d3775f
2.3.6 (#29722)
Bumped versions for 2.3.6

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-06-12 14:33:24 +02:00
..
01_cache.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
Cargo.toml 2.3.6 (#29722) 2025-06-12 14:33:24 +02:00
lib.rs fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
lsc_shard.rs feat(ext/cache): support lscache (#27628) 2025-01-28 18:51:06 +00:00
lscache.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
README.md feat: implement Web Cache API (#15829) 2022-09-28 17:41:12 +05:30
sqlite.rs feat: allow forcing in-memory SQLite dbs (#29026) 2025-04-28 09:06:38 +00:00

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