mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
This reverts commit
|
||
|---|---|---|
| .. | ||
| 01_cache.js | ||
| Cargo.toml | ||
| lib.rs | ||
| lsc_shard.rs | ||
| lscache.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.