Edit

Share via


CacheBase<T>.GetFileFromCacheAsync(Uri) Method

Definition

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

Applies to