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
951 stars
13 watching
120 forks
Language: Go
last commit: 14 days ago
Linked from 2 awesome lists
cachegenericsgolangttl-cache
Related projects:
Repository | Description | Stars |
---|---|---|
cheshir/ttlcache | A simple in-memory key-value storage with time-to-live (TTL) support | 9 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
sadmansamee/cachykit | 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 |
gordalina/cachetool | A command-line tool for managing caches in PHP applications. | 1,692 |
thebigbrainscompany/tbbccachebundle | A caching abstraction bundle that provides annotation-driven cache control using AOP mechanisms and PHP language expressions for Symfony applications. | 36 |
akyoto/cache | A cache library for Go with an expiration time. | 186 |
kayeenl/cachetuner | A tool that helps manage and optimize caching in web applications to improve performance. | 0 |
sasa1977/con_cache | An Elixir-based key/value cache with row-level isolated writes and time-to-live (TTL) support. | 910 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
suor/django-cacheops | An ORM cache with automatic granular event-driven invalidation and features to optimize Django application performance | 2,123 |
aio-libs/aiocache | An asynchronous cache manager that supports multiple backends and provides a simple interface for caching data. | 1,146 |
pallets-eco/flask-caching | An extension for Flask that simplifies the use of caching in web applications. | 893 |
levibostian/teller-android | A library that simplifies caching and data management in Android apps by automatically updating data based on its freshness. | 16 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |