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

Inheritance: Akavache.Sqlite3.SQLiteEncryptedBlobCache, ISecureCache
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
SecureCache ( string databaseFile, IEncryptionProvider encryptionProvider = null, IScheduler scheduler = null ) : System.Reactive.Concurrency

Method Details

SecureCache() public method

public SecureCache ( string databaseFile, IEncryptionProvider encryptionProvider = null, IScheduler scheduler = null ) : System.Reactive.Concurrency
databaseFile string
encryptionProvider IEncryptionProvider
scheduler IScheduler
return System.Reactive.Concurrency