Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
JordanRift
Grassroots
Framework
Helpers
NullCache
C# Class JordanRift.Grassroots.Framework.Helpers.NullCache
Inheritance:
ICache
Afficher le fichier
Open project: JordanRift/Grassroots
Méthodes publiques
Méthode
Description
Add
(
string
key
,
object
value
) :
void
Exists
(
string
key
) :
bool
Get
(
string
key
) :
object
Remove
(
string
key
) :
void
Method Details
Add()
public
méthode
public
Add
(
string
key
,
object
value
) :
void
key
string
value
object
Résultat
void
Exists()
public
méthode
public
Exists
(
string
key
) :
bool
key
string
Résultat
bool
Get()
public
méthode
public
Get
(
string
key
) :
object
key
string
Résultat
object
Remove()
public
méthode
public
Remove
(
string
key
) :
void
key
string
Résultat
void