From b9404bd19f68a15183d4427754a3d0e016e4250a Mon Sep 17 00:00:00 2001 From: Ruslan Date: Sun, 12 Nov 2023 10:07:07 +0200 Subject: [PATCH] docs: add WIttyJudge/incache library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20e0e2a6..ba91df54 100644 --- a/README.md +++ b/README.md @@ -656,6 +656,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [gocache](https://github.com/yuseferi/gocache) - A data race free Go ache library with high performance and auto pruge functionality - [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. - [imcache](https://github.com/erni27/imcache) - A generic in-memory cache Go library. It supports expiration, sliding expiration, max entries limit, eviction callbacks and sharding. +- [incache](https://github.com/WIttyJudge/incache) - Thread-safe in-memory caching library for Go with expiration time, metrics and more. - [nscache](https://github.com/no-src/nscache) - A Go caching framework that supports multiple data source drivers. - [remember-go](https://github.com/rocketlaunchr/remember-go) - A universal interface for caching slow database queries (backed by redis, memcached, ristretto, or in-memory). - [theine](https://github.com/Yiling-J/theine-go) - High performance, near optimal in-memory cache with proactive TTL expiration and generics.