C# Class WelcomeGuide.CachingService

Afficher le fichier Open project: Memorado/refugermany

Méthodes publiques

Méthode Description
GetCache ( CachedResponse response ) : string
PersistCache ( CachedResponse response, string contents ) : void

Private Methods

Méthode Description
cachePath ( CachedResponse response ) : string

Method Details

GetCache() public méthode

public GetCache ( CachedResponse response ) : string
response CachedResponse
Résultat string

PersistCache() public méthode

public PersistCache ( CachedResponse response, string contents ) : void
response CachedResponse
contents string
Résultat void