CacheBase<T>.GetFileFromCacheAsync(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the StorageFile containing cached item for given Uri
public System.Threading.Tasks.Task<Windows.Storage.StorageFile> GetFileFromCacheAsync (Uri uri);
member this.GetFileFromCacheAsync : Uri -> System.Threading.Tasks.Task<Windows.Storage.StorageFile>
Public Function GetFileFromCacheAsync (uri As Uri) As Task(Of StorageFile)
Parameters
- uri
- Uri
Uri of the item.
Returns
Task<Windows.Storage.StorageFile>
a StorageFile