mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
3487fde236
Follow-up to #18210: * we are passing the generated `cfg` object into the state function rather than passing individual config fields * reduce cloning dramatically by making the state_fn `FnOnce` * `take` for `ExtensionBuilder` to avoid more unnecessary copies * renamed `config` to `options` |
||
---|---|---|
.. | ||
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.