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: 26 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T14:20:49.000Z (over 7 years ago)
- Last Synced: 2025-01-13T15:49:22.376Z (over 1 year 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
[](https://godoc.org/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
```