Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Aspectacular
Test
StupidSimpleInProcCache
TryGet
Aspectacular.Test.StupidSimpleInProcCache.TryGet C# (CSharp) Method
StupidSimpleInProcCache Class Documentation
Show file
Open project: vgribok/Aspectacular
TryGet()
public
method
public
TryGet
(
string
key
,
object
&
val
) :
bool
key
string
val
object
return
bool
public bool TryGet(string key, out object val) { return this.cache.TryGetValue(key, out val); }
StupidSimpleInProcCache
Set
TryGet