C# Class abSee.Storage.HttpRuntimeCacheStorage

Inheritance: IStorage
Show file Open project: Tboda/abSee Class Usage Examples

Public Methods

Method Description
ClearResults ( ) : int
ClearResults ( string testName ) : int
GetActiveTests ( ) : List
GetResults ( string testName ) : List
HttpRuntimeCacheStorage ( System.TimeSpan cacheDuration ) : System
SaveResults ( ABSeeResult result ) : void

Private Methods

Method Description
GetCacheKey ( string testname ) : string
InsertIntoCache ( string key, object value ) : void

Method Details

ClearResults() public method

public ClearResults ( ) : int
return int

ClearResults() public method

public ClearResults ( string testName ) : int
testName string
return int

GetActiveTests() public method

public GetActiveTests ( ) : List
return List

GetResults() public method

public GetResults ( string testName ) : List
testName string
return List

HttpRuntimeCacheStorage() public method

public HttpRuntimeCacheStorage ( System.TimeSpan cacheDuration ) : System
cacheDuration System.TimeSpan
return System

SaveResults() public method

public SaveResults ( ABSeeResult result ) : void
result ABSeeResult
return void