C# Class trello.Services.Cache.FileSystemCache

Inheritance: InMemoryCache
Datei anzeigen Open project: Bunk/trellow

Public Methods

Method Description
FileSystemCache ( IPhoneService phoneService ) : System
Initialize ( ) : Task

Private Methods

Method Description
LoadFromDisk ( ) : bool
SaveToDisk ( ) : void

Method Details

FileSystemCache() public method

public FileSystemCache ( IPhoneService phoneService ) : System
phoneService IPhoneService
return System

Initialize() public method

public Initialize ( ) : Task
return Task