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: over 3 years ago
Linked from 2 awesome lists
cachegomysqlormsql
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
| A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |
| A fast key-value store with expiration times and thread safety. | 97 |
| Provides in-memory caching with clustering support | 45 |
| A Go caching library with support for multiple backends and garbage collection. | 136 |
| A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 251 |
| A cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached. | 6 |
| A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. | 64 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,134 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. | 346 |
| A distributed in-memory data store and cache with features like replication, persistence, andPub/Sub functionality. | 429 |