C# 클래스 CCNet.Build.Confluence.CachedConfluenceClient

상속: ConfluenceClient
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
CachedConfluenceClient ( string user, string password, string cachePath ) : System
GetCachedPage ( PageSummary summary ) : Page

비공개 메소드들

메소드 설명
GetCacheFile ( long pageId, int versionId ) : string
GetCachedContent ( long pageId, int versionId ) : string
SetCachedContent ( long pageId, int versionId, string content ) : void

메소드 상세

CachedConfluenceClient() 공개 메소드

public CachedConfluenceClient ( string user, string password, string cachePath ) : System
user string
password string
cachePath string
리턴 System

GetCachedPage() 공개 메소드

public GetCachedPage ( PageSummary summary ) : Page
summary PageSummary
리턴 Page