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
- Host: GitHub
- URL: https://github.com/jeromelesaux/cache
- Owner: jeromelesaux
- License: mit
- Created: 2022-11-30T13:59:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T15:18:22.000Z (over 3 years ago)
- Last Synced: 2025-02-07T01:44:07.739Z (over 1 year ago)
- Topics: cache, golang, inmemory, memory
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```