QueryFactoryWithNoInput

constructor(cache: OnHandCache, cacheKey: CacheableInput.QueryInput, dispatcher: CoroutineDispatcher = Dispatchers.Default, ttl: Duration? = null, dedupingInterval: Duration? = 2.seconds, timeSource: TimeSource = TimeSource.Monotonic, query: suspend () -> TData)