| Package | Description |
|---|---|
| com.github.davidmoten.rx2 |
| Modifier and Type | Method and Description |
|---|---|
static <T> CloseableObservableWithReset<T> |
Observables.cache(io.reactivex.Observable<T> source,
long duration,
TimeUnit unit,
io.reactivex.Scheduler scheduler)
Returns a cached
Observable like Observable.cache()
except that the cache may be reset by the user calling
reset(). |
Copyright © 2013–2020. All rights reserved.