From f096f319fd76c7afc434537b97547b080c5e357a Mon Sep 17 00:00:00 2001 From: Dovydas Date: Sat, 26 Mar 2022 08:19:36 +0200 Subject: [PATCH] update ttlcache (#4138) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4a64c3a..82c83ea4 100644 --- a/README.md +++ b/README.md @@ -567,7 +567,7 @@ _Generic datastructures and algorithms in Go._ - [treap](https://github.com/perdata/treap) - Persistent, fast ordered map using tree heaps. - [treemap](https://github.com/igrmk/treemap) - Generic key-sorted map using a red-black tree under the hood. - [trie](https://github.com/derekparker/trie) - Trie implementation in Go. -- [ttlcache](https://github.com/ReneKroon/ttlcache) - In-memory string-interface{} cache with various time-based expiration options and callbacks. +- [ttlcache](https://github.com/jellydator/ttlcache) - An in-memory cache with item expiration and generics. - [typ](https://github.com/gurukami/typ) - Null Types, Safe primitive type conversion and fetching value from complex structures. **[⬆ back to top](#contents)**