C# Класс WelcomeGuide.CachingService

Показать файл Открыть проект

Открытые методы

Метод Описание
GetCache ( CachedResponse response ) : string
PersistCache ( CachedResponse response, string contents ) : void

Приватные методы

Метод Описание
cachePath ( CachedResponse response ) : string

Описание методов

GetCache() публичный Метод

public GetCache ( CachedResponse response ) : string
response CachedResponse
Результат string

PersistCache() публичный Метод

public PersistCache ( CachedResponse response, string contents ) : void
response CachedResponse
contents string
Результат void