Crates.io | deno_cache |
lib.rs | deno_cache |
version | 0.149.0 |
created_at | 2022-09-28 12:33:49.136222+00 |
updated_at | 2025-09-24 20:06:45.635382+00 |
description | Implementation of Cache API for Deno |
homepage | |
repository | https://github.com/denoland/deno |
max_upload_size | |
id | 675716 |
size | 114,144 |
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.