C# Class WebCache.WebCacheService

Mostra file Open project: dream-365/toolkit Class Usage Examples

Public Methods

Method Description
RunAsync ( WebCacheTask task ) : System.Threading.Tasks.Task

Private Methods

Method Description
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

Method Details

RunAsync() public method

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