C# 클래스 abSee.Storage.HttpRuntimeCacheStorage

상속: IStorage
파일 보기 프로젝트 열기: Tboda/abSee 1 사용 예제들

공개 메소드들

메소드 설명
ClearResults ( ) : int
ClearResults ( string testName ) : int
GetActiveTests ( ) : List
GetResults ( string testName ) : List
HttpRuntimeCacheStorage ( System.TimeSpan cacheDuration ) : System
SaveResults ( ABSeeResult result ) : void

비공개 메소드들

메소드 설명
GetCacheKey ( string testname ) : string
InsertIntoCache ( string key, object value ) : void

메소드 상세

ClearResults() 공개 메소드

public ClearResults ( ) : int
리턴 int

ClearResults() 공개 메소드

public ClearResults ( string testName ) : int
testName string
리턴 int

GetActiveTests() 공개 메소드

public GetActiveTests ( ) : List
리턴 List

GetResults() 공개 메소드

public GetResults ( string testName ) : List
testName string
리턴 List

HttpRuntimeCacheStorage() 공개 메소드

public HttpRuntimeCacheStorage ( System.TimeSpan cacheDuration ) : System
cacheDuration System.TimeSpan
리턴 System

SaveResults() 공개 메소드

public SaveResults ( ABSeeResult result ) : void
result ABSeeResult
리턴 void