C# 클래스 SWFProcessing.Swiffotron.Test.MockCache

A mock cache object for unit test classes to use which has the potential to snitch on strange cache behaviour.
상속: ISwiffotronCache
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
Get ( string key ) : object
Has ( string key ) : bool
Initialise ( string init ) : void
Put ( string key, object value ) : void

메소드 상세

Get() 공개 메소드

public Get ( string key ) : object
key string
리턴 object

Has() 공개 메소드

public Has ( string key ) : bool
key string
리턴 bool

Initialise() 공개 메소드

public Initialise ( string init ) : void
init string
리턴 void

Put() 공개 메소드

public Put ( string key, object value ) : void
key string
value object
리턴 void