Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harwoeck/fscache
:eyeglasses: fscache is a simple, non-magical helper package for loading file-system content only once and using an in-memory cache for consecutive requests.
https://github.com/harwoeck/fscache
cache file-system fs go golang in-memory library package
Last synced: 1 day ago
JSON representation
:eyeglasses: fscache is a simple, non-magical helper package for loading file-system content only once and using an in-memory cache for consecutive requests.
- Host: GitHub
- URL: https://github.com/harwoeck/fscache
- Owner: harwoeck
- License: apache-2.0
- Created: 2018-12-02T14:12:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T14:20:49.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T02:12:27.958Z (5 months ago)
- Topics: cache, file-system, fs, go, golang, in-memory, library, package
- Language: Go
- Homepage: https://harwoeck.com
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fscache
:eyeglasses: fscache is a simple, non-magical helper package for loading file-system content only once and using an in-memory cache for consecutive requests
[![GoDoc](https://godoc.org/github.com/harwoeck/fscache?status.svg)](https://godoc.org/github.com/harwoeck/fscache)
[![Go Report Card](https://goreportcard.com/badge/github.com/harwoeck/fscache)](https://goreportcard.com/report/github.com/harwoeck/fscache)## Installation
To install fscache, simly run:
```bash
$ go get github.com/harwoeck/fscache
```