cache
Cache
A cache library for Go with an expiration time.
Cache arbitrary data with an expiration time.
186 stars
5 watching
22 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
cachego
Related projects:
Repository | Description | Stars |
---|---|---|
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
muesli/cache2go | A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,125 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
jellydator/ttlcache | An in-memory caching system with automatic expiration and deletion of items based on user-defined time-to-live (TTL) parameters. | 951 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
rocketlaunchr/remember-go | A package to cache slow database queries using in-memory or Redis storage | 139 |
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
uniplaces/carbon | An extension for Go's Time package providing common functionality for working with dates and times. | 777 |
zolomatok/johnny | A caching library for Swift that supports various data types and provides features like automatic cache eviction and multiplatform support. | 37 |
ijt/go-anytime | A Go library for parsing natural and standardized dates/times and ranges without knowing the format in advance. | 23 |
maypok86/otter | A high-performance caching library for Go that provides automatic configuration and features such as TTL, cost-based eviction, and deletion listeners. | 1,707 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |