Rache is a basic cache implementation.
Built Rache to learn more about algorithms and better understand concepts in Golang like generics, interfaces, concurrency etc.
Rache is currently not recommended to be used in projects.
git clone github.com/quamejnr/rache
cd rache
go run example/main.go
You can play around with the code in example/main.go
to see the usage.
go test ./...
go test -bench=. ./...