deno/ext/cache
2023-07-12 21:36:42 -04:00
..
01_cache.js chore: update deno_lint to 0.46.0 (#19372) 2023-06-05 15:57:01 -04:00
Cargo.toml chore: forward 1.35.1 back to main (#19814) 2023-07-12 21:36:42 -04:00
lib.deno_cache.d.ts fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
lib.rs perf(core) Reduce copying and cloning in extension initialization (#18252) 2023-03-17 22:15:27 +00:00
README.md feat: implement Web Cache API (#15829) 2022-09-28 17:41:12 +05:30
sqlite.rs refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-14 15:40:01 -06: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