Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Bit
Core
Services
InMemoryStorageService
C# Class Bit.Core.Services.InMemoryStorageService
Inheritance:
IStorageService
Show file
Open project: cozy/cozy-pass-mobile
Public Methods
Method
Description
GetAsync
(
string
key
) :
Task
RemoveAsync
(
string
key
) :
Task
SaveAsync
(
string
key
,
obj
) :
Task
Method Details
GetAsync()
public
method
public
GetAsync
(
string
key
) :
Task
key
string
return
Task
RemoveAsync()
public
method
public
RemoveAsync
(
string
key
) :
Task
key
string
return
Task
SaveAsync()
public
method
public
SaveAsync
(
string
key
,
obj
) :
Task
key
string
return
Task