deno/ext/cache
denobot c08fcd96c1
chore: forward v1.27.2 release commit to main (#16572)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2022-11-09 00:27:51 +01:00
..
01_cache.js fix(ext/cache): illegal constructor (#16205) 2022-10-16 23:03:17 +05:30
Cargo.toml chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
lib.deno_cache.d.ts feat: implement Web Cache API (#15829) 2022-09-28 17:41:12 +05:30
lib.rs chore(ext/cache): make helper functions public (#16117) 2022-10-03 10:52:54 +05:30
README.md feat: implement Web Cache API (#15829) 2022-09-28 17:41:12 +05:30
sqlite.rs perf(ext/cache): set journal_mode=wal (#16231) 2022-10-10 13:05:57 +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