Method | Description | |
---|---|---|
ClearCache ( CacheItemType type ) : System.Threading.Tasks.Task | ||
DeleteItemAsync ( string uri, CacheItemType type = CacheItemType.Other ) : System.Threading.Tasks.Task | ||
GetCachedItemsSizeInBytes ( CacheItemType type ) : Task |
||
RetrieveFileAsync ( string url, CacheItemType type = CacheItemType.Other, Action |
||
RetrieveStreamAsync ( string url, CacheItemType type = CacheItemType.Other, Action |
Method | Description | |
---|---|---|
DownloadAndGetStream ( string url, |
||
DownloadToFile ( string url, |
||
GetFolderForType ( CacheItemType itemType ) : Task |
||
GetFolderSize ( |
||
GetOrCreateFile ( string url, CacheItemType type ) : Task |
public ClearCache ( CacheItemType type ) : System.Threading.Tasks.Task | ||
type | CacheItemType | |
return | System.Threading.Tasks.Task |
public DeleteItemAsync ( string uri, CacheItemType type = CacheItemType.Other ) : System.Threading.Tasks.Task | ||
uri | string | |
type | CacheItemType | |
return | System.Threading.Tasks.Task |
public GetCachedItemsSizeInBytes ( CacheItemType type ) : Task |
||
type | CacheItemType | |
return | Task |
public RetrieveFileAsync ( string url, CacheItemType type = CacheItemType.Other, Action |
||
url | string | |
type | CacheItemType | |
onProgress | Action |
|
return | Task |
public RetrieveStreamAsync ( string url, CacheItemType type = CacheItemType.Other, Action |
||
url | string | |
type | CacheItemType | |
onProgress | Action |
|
return | Task |