go-cache
Cache library
A lightweight in-memory cache library for Go applications.
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
8k stars
116 watching
873 forks
Language: Go
last commit: about 1 year ago
Linked from 2 awesome lists
cachegolibrary
Related projects:
Repository | Description | Stars |
---|---|---|
eko/gocache | A comprehensive cache library with multiple stores and features for caching data | 2,479 |
golang/groupcache | A distributed caching and cache-filling library intended as an alternative to memcached in many cases. | 12,954 |
allegro/bigcache | A concurrent, in-memory cache designed to efficiently store large amounts of data without impacting performance. | 7,551 |
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
victoriametrics/fastcache | A high-performance, thread-safe in-memory cache for storing large amounts of key-value pairs. | 2,128 |
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 |
hyperoslo/cache | A caching framework that provides flexible storage options and APIs for synchronizing and asynchronously accessing cached data. | 2,975 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
oracle/coherence-go-client | Provides a Go interface to interact with a distributed caching platform using gRPC | 10 |
ulovecode/gdcache | A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
akyoto/cache | A cache library for Go with an expiration time. | 186 |