π EasyCache v0.1.0 - Hello World :)
This is the first public release of EasyCache, a simple way to use in-memory cache in Golang
β¨ Features:
β
Supports FIFO, LRU, LFU, and TTL-based caching
β
Thread-safe with sync.RWMutex
β
Automatic expiration and cleanup
β
Built-in performance metrics
v0.1.0
), meaning that the API may change before the stable v1.0.0
.
Try it now:
go get github.com/hugocarreira/[email protected]