C# 클래스 Claymore.ArchiveWikiBot.Cache

파일 보기 프로젝트 열기: Claymore/WikiBots

공개 메소드들

메소드 설명
CachePage ( string title, string cacheDir, string revisionId, string text ) : void
GenerateCachePath ( string pagename ) : string
Load ( Wiki wiki, string title, string directory ) : WikiPage
LoadPageFromCache ( string fileName, string revisionId, string pageName ) : string

비공개 메소드들

메소드 설명
CachePage ( string fileName, string revisionId, string text ) : void

메소드 상세

CachePage() 공개 정적인 메소드

public static CachePage ( string title, string cacheDir, string revisionId, string text ) : void
title string
cacheDir string
revisionId string
text string
리턴 void

GenerateCachePath() 공개 정적인 메소드

public static GenerateCachePath ( string pagename ) : string
pagename string
리턴 string

Load() 공개 정적인 메소드

public static Load ( Wiki wiki, string title, string directory ) : WikiPage
wiki Claymore.SharpMediaWiki.Wiki
title string
directory string
리턴 Claymore.SharpMediaWiki.WikiPage

LoadPageFromCache() 공개 정적인 메소드

public static LoadPageFromCache ( string fileName, string revisionId, string pageName ) : string
fileName string
revisionId string
pageName string
리턴 string