C# Class Tripod.Sources.SqliteCache.SqliteCachedPhotoSource

Proxy for a IPhotoSource that's been cached in the sqlite database.
Inheritance: IPhotoSource
Show file Open project: rubenv/tripod Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
EnsureInstance ( ) : void
GetOption ( string key ) : object
SetOption ( string key, object value ) : void
SqliteCachedPhotoSource ( ) : System
SqliteCachedPhotoSource ( ICacheablePhotoSource source ) : System
Start ( IPhotoSourceCache cache ) : void
UpdateAvailability ( ) : void

Method Details

EnsureInstance() public method

public EnsureInstance ( ) : void
return void

GetOption() public method

public GetOption ( string key ) : object
key string
return object

SetOption() public method

public SetOption ( string key, object value ) : void
key string
value object
return void

SqliteCachedPhotoSource() public method

public SqliteCachedPhotoSource ( ) : System
return System

SqliteCachedPhotoSource() public method

public SqliteCachedPhotoSource ( ICacheablePhotoSource source ) : System
source ICacheablePhotoSource
return System

Start() public method

public Start ( IPhotoSourceCache cache ) : void
cache IPhotoSourceCache
return void

UpdateAvailability() public method

public UpdateAvailability ( ) : void
return void