Skip to content

cscheid/deno-cache-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cache

Tags Checks Dependencies License

Cache library, compatible with deno module caching.

import { cache } from "https://deno.land/x/cache/mod.ts";

const file = await cache("https://example.com/file.json");

const text = await Deno.readTextFile(file.path);
console.log(text);

Maintainers

  • Carlos Scheidegger (this fork) (@cscheid)

Upstream 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

Fork

Copyright 2024, Posit PBC. All rights reserved. MIT license.

Upstream

Copyright 2020-2023, the denosaurs team. All rights reserved. MIT license.

About

A fork of "🥌 Deno cache library"

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%