C# Class WelcomeGuide.CachingService

Exibir arquivo Open project: Memorado/refugermany

Public Methods

Method Description
GetCache ( CachedResponse response ) : string
PersistCache ( CachedResponse response, string contents ) : void

Private Methods

Method Description
cachePath ( CachedResponse response ) : string

Method Details

GetCache() public method

public GetCache ( CachedResponse response ) : string
response CachedResponse
return string

PersistCache() public method

public PersistCache ( CachedResponse response, string contents ) : void
response CachedResponse
contents string
return void