Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Bit
Core
Services
InMemoryStorageService
C# Class Bit.Core.Services.InMemoryStorageService
Inheritance:
IStorageService
Afficher le fichier
Open project: cozy/cozy-pass-mobile
Méthodes publiques
Méthode
Description
GetAsync
(
string
key
) :
Task
RemoveAsync
(
string
key
) :
Task
SaveAsync
(
string
key
,
obj
) :
Task
Method Details
GetAsync()
public
méthode
public
GetAsync
(
string
key
) :
Task
key
string
Résultat
Task
RemoveAsync()
public
méthode
public
RemoveAsync
(
string
key
) :
Task
key
string
Résultat
Task
SaveAsync()
public
méthode
public
SaveAsync
(
string
key
,
obj
) :
Task
key
string
Résultat
Task