Update main location and description of ttlcache (#3186)

Co-authored-by: René Kroon <rkroon@bol.com>
This commit is contained in:
Rene Kroon 2020-08-04 11:46:28 +02:00 committed by GitHub
parent 03fbd2e78f
commit 168eec9788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [timedmap](https://github.com/zekroTJA/timedmap) - Map with expiring key-value pairs.
* [treap](https://github.com/perdata/treap) - Persistent, fast ordered map using tree heaps.
* [trie](https://github.com/derekparker/trie) - Trie implementation in Go.
* [ttlcache](https://github.com/diegobernardes/ttlcache) - In-memory LRU string-interface{} map with expiration for golang.
* [ttlcache](https://github.com/ReneKroon/ttlcache) - In-memory string-interface{} cache with various time-based expiration options and callbacks.
* [typ](https://github.com/gurukami/typ) - Null Types, Safe primitive type conversion and fetching value from complex structures.
* [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters.