go-cache
Cache library
Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern.
A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.
141 stars
2 watching
11 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
cachecache-asidecachemanagercachingcaching-librarydistributedgogo-cachegolangmemory-cachemulti-layer-cachemulti-level-cachetinylfu
Related projects:
Repository | Description | Stars |
---|---|---|
| A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,134 |
| An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning. | 23 |
| A Go library for a high-performance, in-memory caching system | 11 |
| A Go caching library with support for multiple backends and garbage collection. | 136 |
| A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| 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 distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| A package to cache slow database queries using in-memory or Redis storage | 140 |
| A fast key-value store with expiration times and thread safety. | 97 |
| A plugin that caches dynamic pages from a content management system as static files. | 2 |
| Provides in-memory caching with clustering support | 45 |
| Provides a Go client to interact with a Coherence cluster using gRPC | 10 |
| A simple in-memory key-value storage with time-to-live (TTL) support | 9 |