cache2go
Caching library
A Go caching library that provides concurrency-safe storage and expiration capabilities
Concurrency-safe Go caching library with expiration capabilities and access counters
2k stars
67 watching
517 forks
Language: Go
last commit: 5 months ago
Linked from 2 awesome lists
hacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
maypok86/otter | A high-performance caching library for Go that provides automatic configuration and features such as TTL, cost-based eviction, and deletion listeners. | 1,707 |
faabiosr/cachego | Provides a simple caching interface with multiple caching drivers | 369 |
akyoto/cache | A cache library for Go with an expiration time. | 186 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
enriquebris/goconcurrentqueue | A package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities | 396 |
yiling-j/cacheme-go | A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning. | 23 |
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 669 |
cheshir/ttlcache | A simple in-memory key-value storage with time-to-live (TTL) support | 9 |