C# 클래스 WebCache.WebCacheService

파일 보기 프로젝트 열기: dream-365/toolkit 1 사용 예제들

공개 메소드들

메소드 설명
RunAsync ( WebCacheTask task ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
CacheAll ( HttpClient httpClient, DefaultLocalFileSystemHttpCacheProvider cacheProvider, IEnumerable uris ) : System.Threading.Tasks.Task
TransformIfNeeded ( WebCacheTask task, IEnumerable uris ) : IEnumerable
TryTransform ( Regex pattern, string expression, string value, string &output ) : bool

메소드 상세

RunAsync() 공개 메소드

public RunAsync ( WebCacheTask task ) : System.Threading.Tasks.Task
task WebCacheTask
리턴 System.Threading.Tasks.Task