Resource
public protocol Resource
Resource protocol defines how to download and cache a resource from network.
-
The key used in cache.
Declaration
Swift
var cacheKey: String -
The target image URL.
Declaration
Swift
var downloadURL: URL
View on GitHub
Install in Dash
Resource Protocol Reference