mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
462ce14a78
First pass of migrating away from `Deno.core.ensureFastOps()`. A few "tricky" ones have been left for a follow up. |
||
---|---|---|
.. | ||
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.