C# 클래스 CClash.FileCacheStore

상속: IDisposable
파일 보기 프로젝트 열기: artillery/cclash 1 사용 예제들

공개 메소드들

메소드 설명
AddEntry ( string key ) : void
AddFile ( string key, string filePath, string contentName ) : void
AddTextFileContent ( string key, string filename, string content ) : void
ClearLocked ( ) : void
ContainsEntry ( string key, string filename ) : bool
Dispose ( ) : void
EnsureKey ( string key ) : void
FileCacheStore ( string folderPath ) : System
Load ( string cacheFolder ) : FileCacheStore
MakePath ( string key ) : string
MakePath ( string key, string contentFile ) : string
ReleaseMutex ( ) : void
Remove ( string key ) : void
WaitOne ( ) : void

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( string key ) : void
key string
리턴 void

AddFile() 공개 메소드

public AddFile ( string key, string filePath, string contentName ) : void
key string
filePath string
contentName string
리턴 void

AddTextFileContent() 공개 메소드

public AddTextFileContent ( string key, string filename, string content ) : void
key string
filename string
content string
리턴 void

ClearLocked() 공개 메소드

public ClearLocked ( ) : void
리턴 void

ContainsEntry() 공개 메소드

public ContainsEntry ( string key, string filename ) : bool
key string
filename string
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnsureKey() 공개 메소드

public EnsureKey ( string key ) : void
key string
리턴 void

FileCacheStore() 공개 메소드

public FileCacheStore ( string folderPath ) : System
folderPath string
리턴 System

Load() 공개 정적인 메소드

public static Load ( string cacheFolder ) : FileCacheStore
cacheFolder string
리턴 FileCacheStore

MakePath() 공개 메소드

public MakePath ( string key ) : string
key string
리턴 string

MakePath() 공개 메소드

public MakePath ( string key, string contentFile ) : string
key string
contentFile string
리턴 string

ReleaseMutex() 공개 메소드

public ReleaseMutex ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

WaitOne() 공개 메소드

public WaitOne ( ) : void
리턴 void