go-cache, v1.5.2
Posted on

The library that implements an in-memory cache with garbage collection in two modes: total (based on a full scan) and partial (based on expiration in Redis).
Pass a context to the cache.NewCacheWithGC() method directly.
Change Log
- pass a context to the
cache.NewCacheWithGC()method directly.
Repository
Link: https://github.com/thewizardplusplus/go-cache/tree/v1.5.2.
Content: code.
License: MIT.