All Projects → denosaurs → cache

denosaurs / cache

Licence: MIT license
🥌 Deno cache library

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to cache

Flametree
🔥 Python file and zip operations made easy
Stars: ✭ 148 (+289.47%)
Mutual labels:  filesystem, file
Copy Webpack Plugin
Copy files and directories with webpack
Stars: ✭ 2,679 (+6950%)
Mutual labels:  filesystem, file
Filesystem
FileSystem is an application that allows you to browse the content of your iPhone disk, displaying file and folders, files contents, and detailed informations about file and folder permissions.
Stars: ✭ 148 (+289.47%)
Mutual labels:  filesystem, file
Filesize.js
JavaScript library to generate a human readable String describing the file size
Stars: ✭ 997 (+2523.68%)
Mutual labels:  filesystem, file
flutter file utils
Flutter package for managing files on Android
Stars: ✭ 35 (-7.89%)
Mutual labels:  filesystem, file
Hypertag
Knowledge Management for Humans using Machine Learning & Tags
Stars: ✭ 116 (+205.26%)
Mutual labels:  filesystem, file
Aiofile
Real asynchronous file operations with asyncio support.
Stars: ✭ 214 (+463.16%)
Mutual labels:  filesystem, file
replace-in-files
Replace text in one or more files or globs.
Stars: ✭ 21 (-44.74%)
Mutual labels:  filesystem, file
FileRenamerDiff
A File Renamer App featuring a difference display before and after the change.
Stars: ✭ 32 (-15.79%)
Mutual labels:  filesystem, file
fileutils
Golang file system utils such as copy files and directories
Stars: ✭ 19 (-50%)
Mutual labels:  filesystem, file
Filegator
Powerful Multi-User File Manager
Stars: ✭ 587 (+1444.74%)
Mutual labels:  filesystem, file
PHP-FileUpload
Simple and convenient file uploads — secure by default
Stars: ✭ 53 (+39.47%)
Mutual labels:  filesystem, file
Filer
Node-like file system for browsers
Stars: ✭ 389 (+923.68%)
Mutual labels:  filesystem, file
File Storage
File storage abstraction for Yii2
Stars: ✭ 116 (+205.26%)
Mutual labels:  filesystem, file
Chonky
😸 A File Browser component for React.
Stars: ✭ 313 (+723.68%)
Mutual labels:  filesystem, file
Filehound
Flexible and fluent interface for searching the file system
Stars: ✭ 190 (+400%)
Mutual labels:  filesystem, file
TLightFileStream
Implements a lightweight, high-performance, non-allocating advanced-record-based wrapper around the SysUtils file handling routines as an alternative to Classes.TFileStream.
Stars: ✭ 21 (-44.74%)
Mutual labels:  filesystem, file
FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (-2.63%)
Mutual labels:  filesystem, file
Renamer
Rename files in bulk.
Stars: ✭ 240 (+531.58%)
Mutual labels:  filesystem, file
gtree
Output tree🌳 or Make directories📁 from #Markdown or Programmatically. Provide CLI, Golang library and Web (using #Wasm ).
Stars: ✭ 88 (+131.58%)
Mutual labels:  filesystem, file

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

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-2021, the denosaurs team. All rights reserved. MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].