C# Class SWFProcessing.Swiffotron.Test.MockCache

A mock cache object for unit test classes to use which has the potential to snitch on strange cache behaviour.
Inheritance: ISwiffotronCache
Afficher le fichier Open project: WeeWorld/Swiffotron Class Usage Examples

Méthodes publiques

Méthode Description
Get ( string key ) : object
Has ( string key ) : bool
Initialise ( string init ) : void
Put ( string key, object value ) : void

Method Details

Get() public méthode

public Get ( string key ) : object
key string
Résultat object

Has() public méthode

public Has ( string key ) : bool
key string
Résultat bool

Initialise() public méthode

public Initialise ( string init ) : void
init string
Résultat void

Put() public méthode

public Put ( string key, object value ) : void
key string
value object
Résultat void