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
117 watching
878 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
cachegolibrary
Related projects:
Repository | Description | Stars |
---|---|---|
| A comprehensive cache library with multiple stores and features for caching data | 2,515 |
| A distributed caching and cache-filling library intended as an alternative to memcached in many cases. | 12,988 |
| A concurrent, in-memory cache designed to efficiently store large amounts of data without impacting performance. | 7,606 |
| An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
| A fast key-value store with expiration times and thread safety. | 97 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| A high-performance, thread-safe in-memory cache for storing large amounts of key-value pairs. | 2,145 |
| A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,134 |
| Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |
| A caching framework that provides flexible storage options and APIs for synchronizing and asynchronously accessing cached data. | 2,986 |
| A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
| Provides a Go client to interact with a Coherence cluster using gRPC | 10 |
| A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
| A cache library for Go with an expiration time. | 186 |