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

Inheritance: IDownloadCacheManager, IInfrastructureService
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

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

Method Details

Download() public méthode

public Download ( Uri uri ) : IObservable
uri System.Uri
Résultat IObservable

Download() public méthode

public Download ( Uri uri, System.TimeSpan timeSpan ) : IObservable
uri System.Uri
timeSpan System.TimeSpan
Résultat IObservable

DownloadCacheManager() public méthode

public DownloadCacheManager ( ILocalCache localCache ) : System
localCache ILocalCache
Résultat System