@denosaurs/cache@0.2.15Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denosaurs/cacheIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
52%
Published
8 months ago (0.2.15)
cache
Cache library, compatible with deno module caching.
import { cache } from "jsr:@denosaurs/cache"; const file = await cache("https://example.com/file.json"); const text = await Deno.readTextFile(file.path); console.log(text);
Maintainers
- Filippo Rossi (@qu4k)
- Elias Sjögreen (@eliassjogreen)
- Dean Srebnik (@load1n9)
Other
Contribution
Pull request, issues and feedback are very welcome. Code style is formatted with
deno fmt
and commit messages are done following
Conventional Commits spec.
Licence
Copyright 2020-2024, the denosaurs team. All rights reserved. MIT license.
Built and signed on
GitHub Actions
Add Package
deno add jsr:@denosaurs/cache
Import symbol
import * as cache from "@denosaurs/cache";
Import directly with a jsr specifier
import * as cache from "jsr:@denosaurs/cache";
Add Package
pnpm i jsr:@denosaurs/cache
pnpm dlx jsr add @denosaurs/cache
Import symbol
import * as cache from "@denosaurs/cache";
Add Package
yarn add jsr:@denosaurs/cache
yarn dlx jsr add @denosaurs/cache
Import symbol
import * as cache from "@denosaurs/cache";
Add Package
vlt install jsr:@denosaurs/cache
Import symbol
import * as cache from "@denosaurs/cache";
Add Package
npx jsr add @denosaurs/cache
Import symbol
import * as cache from "@denosaurs/cache";
Add Package
bunx jsr add @denosaurs/cache
Import symbol
import * as cache from "@denosaurs/cache";