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