Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SenseNet
ContentRepository
Storage
NullL2Cache
C# Class SenseNet.ContentRepository.Storage.NullL2Cache
Inheritance:
IL2Cache
显示文件
Open project: maxpavlov/FlexNet
Public Methods
Method
Description
Clear
( ) :
void
Get
(
string
key
) :
object
Set
(
string
key
,
object
value
) :
void
Method Details
Clear()
public
method
public
Clear
( ) :
void
return
void
Get()
public
method
public
Get
(
string
key
) :
object
key
string
return
object
Set()
public
method
public
Set
(
string
key
,
object
value
) :
void
key
string
value
object
return
void