ttlcache v2.8.0 Release Notes

Release Date: 2021-08-01 // over 2 years ago
  • 51 : The call GetWithTTL(key string) (interface{}, time.Duration, error) is added so that you can retrieve an item, and also know the remaining TTL. Thanks to @asgarciap for contributing.