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

https://github.com/jeromelesaux/cache

simple memory cache
https://github.com/jeromelesaux/cache

cache golang inmemory memory

Last synced: about 1 year ago
JSON representation

simple memory cache

Awesome Lists containing this project

README

          

# cache

Cache is a simple cache implementation, which allow to save into file the memory content (Dump) and recorver the content (Recover).

## execute tests
Execute unit tests:
```bash
go test ./... -cover
```

## import this library
```bash
go get github.com/jeromelesaux/cache
```