mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 23:06:50 -05:00
![]() This commit adds support for lscache backend for the Web cache API. The cache cab be configured using `DENO_CACHE_LSC_ENDPOINT` env var. |
||
---|---|---|
.. | ||
01_cache.js | ||
Cargo.toml | ||
lib.deno_cache.d.ts | ||
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.