Skip to main content
Home

Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
52%
Published
8 months ago (0.2.15)

cache

Tags Checks Dependencies License

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

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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@denosaurs/cache

Import symbol

import * as cache from "@denosaurs/cache";
or

Import directly with a jsr specifier

import * as cache from "jsr:@denosaurs/cache";

Add Package

pnpm i jsr:@denosaurs/cache
or (using pnpm 10.8 or older)
pnpm dlx jsr add @denosaurs/cache

Import symbol

import * as cache from "@denosaurs/cache";

Add Package

yarn add jsr:@denosaurs/cache
or (using Yarn 4.8 or older)
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";