Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
JordanRift
Grassroots
Framework
Helpers
InMemoryCache
C# 클래스 JordanRift.Grassroots.Framework.Helpers.InMemoryCache
상속:
ICache
파일 보기
프로젝트 열기: JordanRift/Grassroots
공개 메소드들
메소드
설명
Add
(
string
key
,
object
value
) :
void
Exists
(
string
key
) :
bool
Get
(
string
key
) :
object
InMemoryCache
( ) :
System
Remove
(
string
key
) :
void
메소드 상세
Add()
공개
메소드
public
Add
(
string
key
,
object
value
) :
void
key
string
value
object
리턴
void
Exists()
공개
메소드
public
Exists
(
string
key
) :
bool
key
string
리턴
bool
Get()
공개
메소드
public
Get
(
string
key
) :
object
key
string
리턴
object
InMemoryCache()
공개
메소드
public
InMemoryCache
( ) :
System
리턴
System
Remove()
공개
메소드
public
Remove
(
string
key
) :
void
key
string
리턴
void