UDownloadDestination.cache constructor
const
UDownloadDestination.cache(
- String key
Re-creatable storage that is evicted under pressure.
Implementation
const UDownloadDestination.cache(String key) : this._(UDownloadTarget.storage, key: key, bucket: UStorageBucket.cache);