CacheableMutationWithNoInput

constructor(launchMutation: suspend () -> TData?, cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default, dependentActions: List<suspend (mutationData: TData) -> Unit> = emptyList())