C# Class Tripod.Sources.SqliteCache.SqlitePhotoSourceCache

Inheritance: IPhotoSourceCache
Show file Open project: rubenv/tripod

Public Methods

Method Description
RegisterPhoto ( ICacheablePhotoSource source, IPhoto photo ) : void
RegisterPhotoSource ( ICacheablePhotoSource source ) : void
Start ( ) : void

Private Methods

Method Description
OnCachedSourceAvailabilityChanged ( object sender, EventArgs args ) : void

Method Details

RegisterPhoto() public method

public RegisterPhoto ( ICacheablePhotoSource source, IPhoto photo ) : void
source ICacheablePhotoSource
photo IPhoto
return void

RegisterPhotoSource() public method

public RegisterPhotoSource ( ICacheablePhotoSource source ) : void
source ICacheablePhotoSource
return void

Start() public method

public Start ( ) : void
return void