Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```