Skip to content

Releases: hugocarreira/easycache

v0.1.0

26 Jan 07:25
Compare
Choose a tag to compare

🚀 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

⚠️ This is a pre-release version (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]