imcache
Cache library
A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use.
A zero-dependency generic in-memory cache Go library
123 stars
1 watching
5 forks
Language: Go
last commit: 6 months ago
Linked from 1 awesome list
cachegenericgogolangin-memory
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
| A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,134 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| A fast key-value store with expiration times and thread safety. | 97 |
| 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 high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,072 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| A cache library for Go with an expiration time. | 186 |
| A high-performance, GC-less LRU hashmap implementation in Go | 215 |
| A Go library for a high-performance, in-memory caching system | 11 |
| A high-performance in-memory cache with support for generics and adaptive eviction policies. | 281 |
| A cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached. | 6 |
| Provides in-memory caching with clustering support | 45 |