cachedDataState
val <TData, TError : Throwable> CacheableResultWithData<TData, TError>.cachedDataState: CacheAndFetchState
Convenience property to know if your cache already has data. This can be helpful with optimistic updates so that you don't always show a spinner if there is cache information already, but you are doing a fetch operation