Class ListPaginatorWithAdvancedCache<T>

java.lang.Object
org.aksw.commons.rx.cache.range.ListPaginatorWithAdvancedCache<T>
Type Parameters:
T -
All Implemented Interfaces:
Function<com.google.common.collect.Range<Long>,io.reactivex.rxjava3.core.Flowable<T>>, ListPaginator<T>, RangedSupplier<Long,T>, Unwrappable

public class ListPaginatorWithAdvancedCache<T> extends Object implements ListPaginator<T>
Caching list paginator implementation based on AdvancedRangeCacheImpl
Author:
raven