ttlcache v1.6.0 Release Notes

Release Date: 2019-10-15 // over 4 years ago
  • In issue #23 it became clear that people want create and drop caches on the fly. There was a goroutine leak in that case.

    • 🛠 The goroutine leak is fixed, after calling Close, an empty cache remains.
    • ✅ Tests are now done with uber goroutine leak detector.
    • ✅ Test logging has been cleaned.
    • 🏗 100% coverage, not by synthetic testing but by building up the test suite with seen issues over time.