A thread-safe Go cache with TTL-based expiration and support for LRC/LRU eviction policies.
go get github.com/go-pkgz/expirable-cacheNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a cache with TTL and max keys, then sets and gets a value.
Run cache.DeleteExpired periodically (e.g., every TTL/2) using time.Ticker.
No dependency data recorded yet.