deno/ext/cache
2022-10-16 23:03:17 +05:30
..
01_cache.js fix(ext/cache): illegal constructor (#16205) 2022-10-16 23:03:17 +05:30
Cargo.toml chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04: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