Skip to content

jeromelesaux/cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    go test ./... -cover

import this library

    go get github.com/jeromelesaux/cache

Releases

No releases published

Packages

No packages published

Languages