icache
Cache library
A high-performance cache library for Go with thread-safe, generic support and no serialization requirements.
A High Performance, Generic, thread-safe, zero-dependency, key-value, in-memory cache
19 stars
3 watching
2 forks
Language: Go
last commit: 9 months ago
Linked from 1 awesome list
cachegenericgogolangin-memory-cache
Related projects:
Repository | Description | Stars |
---|---|---|
| A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,134 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| A fast key-value store with expiration times and thread safety. | 97 |
| A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
| Provides in-memory caching with clustering support | 45 |
| A Go caching library with support for multiple backends and garbage collection. | 136 |
| A Go library for a high-performance, in-memory caching system | 11 |
| A simple in-memory key-value storage with time-to-live (TTL) support | 9 |
| A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,072 |
| A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. | 346 |
| A high-performance in-memory cache with support for generics and adaptive eviction policies. | 281 |
| A fast and thread-safe interface to the Memcached object caching system. | 21 |