gdcache
Cache library
A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries.
gdcache is a pure non-intrusive cache library implemented by golang, you can use it to implement your own cache.
13 stars
3 watching
2 forks
Language: Go
last commit: about 3 years ago
Linked from 2 awesome lists
cachegomysqlormsql
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
defcronyke/godscache | Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 247 |
huntlabs/hunt-cache | A cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached. | 6 |
codingsince1985/couchcache | A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. | 64 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
muesli/cache2go | A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,125 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
creativecreature/sturdyc | A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. | 339 |
echovault/sugardb | A distributed in-memory data store and cache with features like replication, persistence, andPub/Sub functionality. | 422 |