CacheableQueryWithNoInput
class CacheableQueryWithNoInput<TData, TError : Throwable>(coroutineScope: CoroutineScope, launchQuery: suspend () -> TData?, val cacheKey: CacheableInput.QueryInput, cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default, ttl: Duration? = null, initialFetchState: FetchState = FetchState.IDLE)
Constructors
Link copied to clipboard
constructor(coroutineScope: CoroutineScope, launchQuery: suspend () -> TData?, cacheKey: CacheableInput.QueryInput, cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default, ttl: Duration? = null, initialFetchState: FetchState = FetchState.IDLE)