C# Class withSIX.Core.Infra.Cache.DownloadCacheManager

Inheritance: IDownloadCacheManager, IInfrastructureService
Mostrar archivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
Download ( Uri uri ) : IObservable
Download ( Uri uri, System.TimeSpan timeSpan ) : IObservable
DownloadCacheManager ( ILocalCache localCache ) : System

Method Details

Download() public method

public Download ( Uri uri ) : IObservable
uri System.Uri
return IObservable

Download() public method

public Download ( Uri uri, System.TimeSpan timeSpan ) : IObservable
uri System.Uri
timeSpan System.TimeSpan
return IObservable

DownloadCacheManager() public method

public DownloadCacheManager ( ILocalCache localCache ) : System
localCache ILocalCache
return System