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
Hd
Portal
Components
Cache
C# Class Hd.Portal.Components.Cache
显示文件
Open project: TargetProcess/Tp.HelpDesk
Public Methods
Method
Description
Get
(
string
key
) :
object
Set
(
string
key
,
object
value
,
int
minutes
) :
void
Method Details
Get()
public
method
public
Get
(
string
key
) :
object
key
string
return
object
Set()
public
method
public
Set
(
string
key
,
object
value
,
int
minutes
) :
void
key
string
value
object
minutes
int
return
void