Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Bit
Core
Services
InMemoryStorageService
C# 클래스 Bit.Core.Services.InMemoryStorageService
상속:
IStorageService
파일 보기
프로젝트 열기: cozy/cozy-pass-mobile
공개 메소드들
메소드
설명
GetAsync
(
string
key
) :
Task
RemoveAsync
(
string
key
) :
Task
SaveAsync
(
string
key
,
obj
) :
Task
메소드 상세
GetAsync()
공개
메소드
public
GetAsync
(
string
key
) :
Task
key
string
리턴
Task
RemoveAsync()
공개
메소드
public
RemoveAsync
(
string
key
) :
Task
key
string
리턴
Task
SaveAsync()
공개
메소드
public
SaveAsync
(
string
key
,
obj
) :
Task
key
string
리턴
Task