You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Although v2 of ttlcache is not yet deprecated, v3 should be used as it
4
+
contains quite a few additions and improvements.**
5
5
6
6
TTLCache is a simple key/value cache in golang with the following functions:
7
7
@@ -15,15 +15,9 @@ TTLCache is a simple key/value cache in golang with the following functions:
15
15
16
16
Note (issue #25): by default, due to historic reasons, the TTL will be reset on each cache hit and you need to explicitly configure the cache to use a TTL that will not get extended.
0 commit comments