fetch
abstract suspend fun fetch(endpoint: NetworkEndpoint, cacheKey: CacheKey, policy: CachePolicy = CachePolicy.Default): E
Returns the entity for endpoint, honoring policy against the value cached under cacheKey.
Returns the entity for endpoint, honoring policy against the value cached under cacheKey.