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: over 2 years ago
Linked from 2 awesome lists
cachego
Related projects:
Repository | Description | Stars |
---|---|---|
| A fast key-value store with expiration times and thread safety. | 97 |
| 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 zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| 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 |
| An in-memory caching system with automatic expiration and deletion of items based on user-defined time-to-live (TTL) parameters. | 975 |
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| A package to cache slow database queries using in-memory or Redis storage | 140 |
| An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
| An extension for Go's Time package providing common functionality for working with dates and times. | 775 |
| A caching library for Swift that supports various data types and provides features like automatic cache eviction and multiplatform support. | 37 |
| A Go library for parsing natural and standardized dates/times and ranges without knowing the format in advance. | 23 |
| 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 |