mirror of
https://github.com/denoland/deno.git
synced 2025-02-20 12:22:52 -05:00
![]() Bumped versions for 1.43.2 Please ensure: - [ ] Target branch is correct (`vX.XX` if a patch release, `main` if minor) - [ ] Crate versions are bumped correctly - [ ] Releases.md is updated correctly (think relevancy and remove reverts) To make edits to this PR: ```shell git fetch upstream release_1_43.2 && git checkout -b release_1_43.2 upstream/release_1_43.2 ``` cc @nathanwhit --------- Co-authored-by: nathanwhit <nathanwhit@users.noreply.github.com> Co-authored-by: Nathan Whitaker <nathan@deno.com> |
||
---|---|---|
.. | ||
01_cache.js | ||
Cargo.toml | ||
lib.deno_cache.d.ts | ||
lib.rs | ||
README.md | ||
sqlite.rs |
deno_cache
This crate implements the Cache API for Deno.
The following APIs are implemented:
CacheStorage::open()
CacheStorage::has()
CacheStorage::delete()
Cache::match()
Cache::put()
Cache::delete()
Cache APIs don't support the query options yet.