Releases: hugocarreira/easycache
Releases · hugocarreira/easycache
v0.1.0
🚀 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]