Skip to content

denosaurs/cache

Repository files navigation

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.