ttlcache
Cache manager
An in-memory caching system with automatic expiration and deletion of items based on user-defined time-to-live (TTL) parameters.
An in-memory cache with item expiration and generics
975 stars
13 watching
121 forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists
cachegenericsgolangttl-cache
Related projects:
Repository | Description | Stars |
---|---|---|
| A simple in-memory key-value storage with time-to-live (TTL) support | 9 |
| A fast key-value store with expiration times and thread safety. | 97 |
| A caching library that provides a thread-safe, expirable cache management system for various object types and supports asynchronous data loading, image caching, and fine-grained control over cache behavior. | 124 |
| A command-line tool for managing caches in PHP applications. | 1,706 |
| A caching abstraction bundle that provides annotation-driven cache control using AOP mechanisms and PHP language expressions for Symfony applications. | 36 |
| A cache library for Go with an expiration time. | 186 |
| A tool that helps manage and optimize caching in web applications to improve performance. | 0 |
| An Elixir-based key/value cache with row-level isolated writes and time-to-live (TTL) support. | 911 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| An ORM cache with automatic granular event-driven invalidation and features to optimize Django application performance | 2,136 |
| An asynchronous cache manager that supports multiple backends and provides a simple interface for caching data. | 1,173 |
| An extension for Flask that simplifies the use of caching in web applications. | 894 |
| A library that simplifies caching and data management in Android apps by automatically updating data based on its freshness. | 16 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |