C# 클래스 FFImageLoading.Cache.DownloadCache

상속: IDownloadCache
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

공개 메소드들

메소드 설명
DownloadAndCacheIfNeededAsync ( string url, TaskParameter parameters, Configuration configuration, CancellationToken token ) : Task
DownloadCache ( Configuration configuration ) : System

보호된 메소드들

메소드 설명
AllowDiskCaching ( CacheType cacheType ) : bool
DownloadAsync ( string url, CancellationToken token, HttpClient client ) : Task

메소드 상세

AllowDiskCaching() 보호된 메소드

protected AllowDiskCaching ( CacheType cacheType ) : bool
cacheType CacheType
리턴 bool

DownloadAndCacheIfNeededAsync() 공개 메소드

public DownloadAndCacheIfNeededAsync ( string url, TaskParameter parameters, Configuration configuration, CancellationToken token ) : Task
url string
parameters TaskParameter
configuration Configuration
token System.Threading.CancellationToken
리턴 Task

DownloadAsync() 보호된 메소드

protected DownloadAsync ( string url, CancellationToken token, HttpClient client ) : Task
url string
token System.Threading.CancellationToken
client System.Net.Http.HttpClient
리턴 Task

DownloadCache() 공개 메소드

public DownloadCache ( Configuration configuration ) : System
configuration Configuration
리턴 System