C# Class Aspectacular.Test.StupidSimpleInProcCache

Inheritance: ICacheProvider
Afficher le fichier Open project: vgribok/Aspectacular

Méthodes publiques

Méthode Description
Set ( string key, object val ) : void
TryGet ( string key, object &val ) : bool

Method Details

Set() public méthode

public Set ( string key, object val ) : void
key string
val object
Résultat void

TryGet() public méthode

public TryGet ( string key, object &val ) : bool
key string
val object
Résultat bool