deno/ext/cache
denobot 9cd8077757
Some checks are pending
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
2.6.2 (#31674)
Bumped versions for 2.6.2

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-12-19 14:04:14 +00:00
..
01_cache.js Revert "refactor: merge deno_cache into deno_web (#31183)" (#31205) 2025-11-06 09:25:55 +00:00
Cargo.toml 2.6.2 (#31674) 2025-12-19 14:04:14 +00:00
lib.rs Revert "refactor: merge deno_cache into deno_web (#31183)" (#31205) 2025-11-06 09:25:55 +00:00
lsc_shard.rs Revert "refactor: merge deno_cache into deno_web (#31183)" (#31205) 2025-11-06 09:25:55 +00:00
lscache.rs Revert "refactor: merge deno_cache into deno_web (#31183)" (#31205) 2025-11-06 09:25:55 +00:00
README.md Revert "refactor: merge deno_cache into deno_web (#31183)" (#31205) 2025-11-06 09:25:55 +00:00
sqlite.rs Revert "refactor: merge deno_cache into deno_web (#31183)" (#31205) 2025-11-06 09:25:55 +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