Property | Type | Description | |
---|---|---|---|
IsAutoRetryProperty | |||
IsLoadingProperty | |||
UriSourceProperty |
Method | Description | |
---|---|---|
CachedImageExist ( |
||
CleanUpCachedImages ( ) : void |
清空独立存储中已经缓存的图片。
|
|
GetCachedImagesSize ( ) : long |
获取已缓存的文件的总大小。
|
|
RemoveCachedImage ( |
||
SetUriSource ( |
||
StorageCachedImage ( ) : System | ||
StorageCachedImage ( |
Method | Description | |
---|---|---|
GetCachePath ( |
||
IsAutoRetryChanged ( |
||
IsCacheExist ( string cachedPath ) : bool | ||
LoadCachedImageAsync ( string cachePath ) : Task |
||
SaveImageAsync ( string cachePath, byte datas ) : System.Threading.Tasks.Task | ||
SetStreamAsync ( IRandomAccessStream stream, System.DateTime requestTime ) : System.Threading.Tasks.Task | ||
UriSourceChanged ( ) : void | ||
UriSourceChanged ( |
public static CachedImageExist ( |
||
uri | ||
return | bool |
public static RemoveCachedImage ( |
||
uri | ||
return | void |
public SetUriSource ( |
||
uriSource | ||
return | void |
public StorageCachedImage ( |
||
uri | ||
return | System |
public static DependencyProperty,Windows.UI.Xaml IsAutoRetryProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml IsLoadingProperty | ||
return |