expensivebelly
10/27/2020, 9:46 PMCache
?
Cache<K, Observable<T>>
Then you can replayingShare()
each observable within the cache (https://github.com/JakeWharton/RxReplayingShare)StavFX
10/28/2020, 3:43 PMCache<K, T>
and just emit the values to new subscribers.