clusteredBigCache
Cache library
Provides in-memory caching with clustering support
golang bigcache with clustering as a library.
45 stars
6 watching
5 forks
Language: Go
last commit: almost 7 years ago
Linked from 2 awesome lists
cachingclusteringgogolangnetworking
Related projects:
Repository | Description | Stars |
---|---|---|
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
muesli/cache2go | A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,125 |
ulovecode/gdcache | A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,071 |
creativecreature/sturdyc | A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. | 338 |
yiling-j/cacheme-go | A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning. | 23 |
faabiosr/cachego | Provides a simple caching interface with multiple caching drivers | 369 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
soffes/cache | A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 |