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.

GitHub

13 stars
3 watching
2 forks
Language: Go
last commit: almost 5 years ago
Linked from 2 awesome lists

cachegomysqlormsql

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mdaliyan/icacheA high-performance cache library for Go with thread-safe, generic support and no serialization requirements.19
yuseferi/gocacheAn in-memory key-value store/cache implementation in Go providing efficient caching capabilities9
erni27/imcacheA zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use.123
defcronyke/godscacheProvides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms11
orlovevgeny/go-mcacheA fast key-value store with expiration times and thread safety.97
oastuff/clusteredbigcacheProvides in-memory caching with clustering support45
adelowo/onecacheA Go caching library with support for multiple backends and garbage collection.136
sqlalchemy/dogpile.cacheA caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism.251
huntlabs/hunt-cacheA cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached.6
codingsince1985/couchcacheA caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs.64
viney-shih/go-cacheProvides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern.141
muesli/cache2goA Go caching library that provides concurrency-safe storage and expiration capabilities2,134
iwanbk/bcacheA distributed in-memory caching system with eventual consistency and configurable maximum keys156
creativecreature/sturdycA caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards.346
echovault/sugardbA distributed in-memory data store and cache with features like replication, persistence, andPub/Sub functionality.429