Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@hugocarreira hugocarreira released this 26 Jan 07:25
· 4 commits to main since this release

πŸš€ 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]