gocache
Cache library
An in-memory key-value store/cache implementation in Go providing efficient caching capabilities
Gocache is an in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. it is safe with concorent go routine access.
9 stars
1 watching
0 forks
Language: Go
last commit: 2 months ago
Linked from 1 awesome list
cachego-parallel-cachinggocachegolangparallel-cache
Related projects:
Repository | Description | Stars |
---|---|---|
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
muesli/cache2go | A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,125 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
ulovecode/gdcache | A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
cheshir/ttlcache | A simple in-memory key-value storage with time-to-live (TTL) support | 9 |
defcronyke/godscache | Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
victoriametrics/fastcache | A high-performance, thread-safe in-memory cache for storing large amounts of key-value pairs. | 2,136 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
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,715 |
codingsince1985/couchcache | A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. | 64 |