JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
O
S
C
com.finovertech.rxjava.cache
- package com.finovertech.rxjava.cache
D
DEFAULT_LOADING_CACHE_EXPIRY_IN_SECONDS
- Static variable in class com.finovertech.rxjava.cache.
ObservableCache
DEFAULT_LOADING_CACHE_EXPIRY_IN_SECONDS
- Static variable in class com.finovertech.rxjava.cache.
ObservableOneOrNothingCache
DEFAULT_LOADING_CACHE_EXPIRY_IN_SECONDS
- Static variable in class com.finovertech.rxjava.cache.
SingleCache
DEFAULT_LOADING_CACHE_SIZE_LIMIT
- Static variable in class com.finovertech.rxjava.cache.
ObservableCache
DEFAULT_LOADING_CACHE_SIZE_LIMIT
- Static variable in class com.finovertech.rxjava.cache.
ObservableOneOrNothingCache
DEFAULT_LOADING_CACHE_SIZE_LIMIT
- Static variable in class com.finovertech.rxjava.cache.
SingleCache
G
get(K)
- Method in class com.finovertech.rxjava.cache.
ObservableCache
get(K)
- Method in class com.finovertech.rxjava.cache.
ObservableOneOrNothingCache
get(K)
- Method in class com.finovertech.rxjava.cache.
SingleCache
O
ObservableCache
<
K
,
V
> - Class in
com.finovertech.rxjava.cache
Generic dataCache to asynchronous Rx Singles.
ObservableCache(Cache<K, List<V>>, Func1<K, Observable<V>>)
- Constructor for class com.finovertech.rxjava.cache.
ObservableCache
ObservableCache(Cache<K, List<V>>, Func1<K, Observable<V>>, long, TimeUnit, long)
- Constructor for class com.finovertech.rxjava.cache.
ObservableCache
ObservableOneOrNothingCache
<
K
,
V
> - Class in
com.finovertech.rxjava.cache
Generic dataCache to asynchronous Rx Singles.
ObservableOneOrNothingCache(Cache<K, V>, Func1<K, Observable<V>>)
- Constructor for class com.finovertech.rxjava.cache.
ObservableOneOrNothingCache
ObservableOneOrNothingCache(Cache<K, V>, Func1<K, Observable<V>>, long, TimeUnit, long)
- Constructor for class com.finovertech.rxjava.cache.
ObservableOneOrNothingCache
S
SingleCache
<
K
,
V
> - Class in
com.finovertech.rxjava.cache
Generic cache to asynchronous Rx Singles.
SingleCache(Cache<K, V>, Func1<K, Single<V>>)
- Constructor for class com.finovertech.rxjava.cache.
SingleCache
SingleCache(Cache<K, V>, Func1<K, Single<V>>, long, TimeUnit, long)
- Constructor for class com.finovertech.rxjava.cache.
SingleCache
C
D
G
O
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes