C# Class Aspectacular.Test.StupidSimpleInProcCache

Inheritance: ICacheProvider
Datei anzeigen Open project: vgribok/Aspectacular

Public Methods

Method Description
Set ( string key, object val ) : void
TryGet ( string key, object &val ) : bool

Method Details

Set() public method

public Set ( string key, object val ) : void
key string
val object
return void

TryGet() public method

public TryGet ( string key, object &val ) : bool
key string
val object
return bool