gocache
Cache library
An in-memory key-value store/cache implementation in Go providing efficient caching capabilities
Gocache is an in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. it is safe with concorent go routine access.
9 stars
1 watching
0 forks
Language: Go
last commit: 6 months ago
Linked from 1 awesome list
cachego-parallel-cachinggocachegolangparallel-cache
Related projects:
Repository | Description | Stars |
---|---|---|
| A fast key-value store with expiration times and thread safety. | 97 |
| A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,134 |
| A Go caching library with support for multiple backends and garbage collection. | 136 |
| A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
| A simple in-memory key-value storage with time-to-live (TTL) support | 9 |
| Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |
| Provides in-memory caching with clustering support | 45 |
| A high-performance, thread-safe in-memory cache for storing large amounts of key-value pairs. | 2,145 |
| A Go library for a high-performance, in-memory caching system | 11 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| A high-performance caching library for Go that provides automatic configuration and features such as TTL, cost-based eviction, and deletion listeners. | 1,746 |
| A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. | 64 |