nscache
Cache framework
A caching framework that supports multiple data source drivers and provides a simple way to implement cache in Go applications
A Go caching framework that supports multiple data source drivers
11 stars
2 watching
0 forks
Language: Go
last commit: 19 days ago
Linked from 1 awesome list
cachecachemanagergolang
Related projects:
Repository | Description | Stars |
---|---|---|
yiling-j/cacheme-go | A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning. | 23 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
faabiosr/cachego | Provides a simple caching interface with multiple caching drivers | 370 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
nrkno/yr-cachyr | A small, single-purpose data cache written in Swift. | 126 |
codingsince1985/couchcache | A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. | 64 |
muesli/cache2go | A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,125 |
defcronyke/godscache | Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |
soffes/cache | A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 |
oracle/coherence-go-client | Provides a Go interface to interact with a distributed caching platform using gRPC | 10 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |