Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
JordanRift
Grassroots
Framework
Helpers
NullCache
C# Class JordanRift.Grassroots.Framework.Helpers.NullCache
Inheritance:
ICache
Mostra file
Open project: JordanRift/Grassroots
Public Methods
Method
Description
Add
(
string
key
,
object
value
) :
void
Exists
(
string
key
) :
bool
Get
(
string
key
) :
object
Remove
(
string
key
) :
void
Method Details
Add()
public
method
public
Add
(
string
key
,
object
value
) :
void
key
string
value
object
return
void
Exists()
public
method
public
Exists
(
string
key
) :
bool
key
string
return
bool
Get()
public
method
public
Get
(
string
key
) :
object
key
string
return
object
Remove()
public
method
public
Remove
(
string
key
) :
void
key
string
return
void