Crates.io | deno_cache |
lib.rs | deno_cache |
version | 0.109.0 |
source | src |
created_at | 2022-09-28 12:33:49.136222 |
updated_at | 2024-11-10 04:53:07.467558 |
description | Implementation of Cache API for Deno |
homepage | |
repository | https://github.com/denoland/deno |
max_upload_size | |
id | 675716 |
size | 37,011 |
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.