C# 클래스 Claymore.NewPagesWikiBot.Cache

파일 보기 프로젝트 열기: Claymore/WikiBots 1 사용 예제들

공개 메소드들

메소드 설명
CachePage ( string fileName, string revisionId, string text ) : void
EscapePath ( string path ) : string
Load ( Wiki wiki, string title, string directory ) : WikiPage
LoadPageFromCache ( string fileName, string revisionId, string pageName ) : string
LoadPageInformation ( Wiki wiki, string language, string title ) : System.PageInfo
LoadPageList ( WebClient client, string category, string language, int depth, int hours ) : void
PurgeCache ( string language ) : void

비공개 메소드들

메소드 설명
LoadPageList ( WebClient client, string language, string category, int depth ) : void
LoadPageList ( WebClient client, string category, string templates, string language, int depth ) : void

메소드 상세

CachePage() 공개 정적인 메소드

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

EscapePath() 공개 정적인 메소드

public static EscapePath ( string path ) : string
path 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

LoadPageInformation() 공개 정적인 메소드

public static LoadPageInformation ( Wiki wiki, string language, string title ) : System.PageInfo
wiki Claymore.SharpMediaWiki.Wiki
language string
title string
리턴 System.PageInfo

LoadPageList() 공개 정적인 메소드

public static LoadPageList ( WebClient client, string category, string language, int depth, int hours ) : void
client System.Net.WebClient
category string
language string
depth int
hours int
리턴 void

PurgeCache() 공개 정적인 메소드

public static PurgeCache ( string language ) : void
language string
리턴 void