RxReplayingShare
Cache manager
An RxJava transformer that combines replay, publish, and refCount operators to manage caching of upstream observables or flows.
An RxJava transformer which combines replay(1), publish(), and refCount() operators.
626 stars
26 watching
28 forks
Language: Java
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
reactivex/rxjavacomputationexpressions | RxJava provides a way to compose and manage asynchronous data streams using computation expressions. | 60 |
reactivex/rxjavajoins | Joins operators for RxJava to combine multiple sources of data into a single stream of results | 100 |
jas-chen/rx-redux | A reimplementation of Redux using RxJS | 421 |
koajs/ctx-cache-control | An extension for Koa that adds caching control to its context objects. | 10 |
davidmoten/rxjava-jdbc | An efficient execution and functional composition of database calls using JDBC and RxJava Observables. | 807 |
jbluemink/sitecorecachingmanager | A console application for managing Sitecore caches | 2 |
aio-libs/aiocache | An asynchronous cache manager that supports multiple backends and provides a simple interface for caching data. | 1,146 |
reactivex/rxjavastring | A library providing RxJava string manipulation operators. | 129 |
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 |
levibostian/teller-android | A library that simplifies caching and data management in Android apps by automatically updating data based on its freshness. | 16 |
johnridesabike/coronate | A web application for managing Swiss-style chess tournaments | 148 |
hooopo/second_level_cache | Caching library that synchronizes with models and databases in Rails applications | 398 |
pjfanning/jackson-caffeine-cache | A caching layer for Jackson's data serialization and deserialization process using Caffeine cache management | 6 |
fulls1z3/ngx-cache | A utility library for caching and managing data in Angular applications. | 154 |
izumin5210/droidux | A predictable state container implementation inspired by Redux for Android applications | 160 |