UDownloadDestination.cache constructor

const UDownloadDestination.cache(
  1. String key
)

Re-creatable storage that is evicted under pressure.

Implementation

const UDownloadDestination.cache(String key) : this._(UDownloadTarget.storage, key: key, bucket: UStorageBucket.cache);