C# 클래스 WelcomeGuide.CachingService

파일 보기 프로젝트 열기: Memorado/refugermany

공개 메소드들

메소드 설명
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