You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `RemoteImageService` uses a default cache. To use a custom one just conform to the protocol `RemoteImageCache` and set it on the type `RemoteImageService`.
59
+
60
+
```swift
61
+
RemoteImageService.cache= yourCache
62
+
```
63
+
64
+
## Custom cache key
65
+
66
+
The default cache uses the associated value of the related `RemoteImageType` as the key. You can customize this by setting a cache key provider through
0 commit comments