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