C# Class SmartMonkey.SetupCacheMonkey

显示文件 Open project: viren85/moviemirchi Class Usage Examples

Private Properties

Property Type Description
Setup IMonkey
cacheArtistPage IEnumerable
cacheMovieInfo IEnumerable
cacheMoviePage IEnumerable

Public Methods

Method Description
CacheArtistPage ( ) : IMonkey
CacheMoviePage ( ) : IMonkey
SetupCacheMonkey ( string apiurl, string weburl ) : System

Private Methods

Method Description
Setup ( Func funcLevel1, Func funcLevel2 = null ) : IMonkey
cacheArtistPage ( Test test ) : IEnumerable
cacheMovieInfo ( Test test ) : IEnumerable
cacheMoviePage ( Test test ) : IEnumerable

Method Details

CacheArtistPage() public method

public CacheArtistPage ( ) : IMonkey
return IMonkey

CacheMoviePage() public method

public CacheMoviePage ( ) : IMonkey
return IMonkey

SetupCacheMonkey() public method

public SetupCacheMonkey ( string apiurl, string weburl ) : System
apiurl string
weburl string
return System