C# Class FixtureDataProvider.FixtureClientDataStore

Inheritance: ClientDataStore
Show file Open project: hermanussen/Sitecore-FixtureDataProvider

Public Methods

Method Description
FixtureClientDataStore ( string connectionString, string objectLifetime ) : System

Protected Methods

Method Description
CompactData ( ) : void
LoadData ( string key ) : string
RemoveData ( string key ) : void
SaveData ( string key, string data ) : void

Private Methods

Method Description
ParseTimeSpan ( string objectLifetime ) : System.TimeSpan

Method Details

CompactData() protected method

protected CompactData ( ) : void
return void

FixtureClientDataStore() public method

public FixtureClientDataStore ( string connectionString, string objectLifetime ) : System
connectionString string
objectLifetime string
return System

LoadData() protected method

protected LoadData ( string key ) : string
key string
return string

RemoveData() protected method

protected RemoveData ( string key ) : void
key string
return void

SaveData() protected method

protected SaveData ( string key, string data ) : void
key string
data string
return void