메소드 | 설명 | |
---|---|---|
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 ) : |
||
MakePath ( string key ) : string | ||
MakePath ( string key, string contentFile ) : string | ||
ReleaseMutex ( ) : void | ||
Remove ( string key ) : void | ||
WaitOne ( ) : void |
public AddFile ( string key, string filePath, string contentName ) : void | ||
key | string | |
filePath | string | |
contentName | string | |
리턴 | void |
public AddTextFileContent ( string key, string filename, string content ) : void | ||
key | string | |
filename | string | |
content | string | |
리턴 | void |
public ContainsEntry ( string key, string filename ) : bool | ||
key | string | |
filename | string | |
리턴 | bool |
public FileCacheStore ( string folderPath ) : System | ||
folderPath | string | |
리턴 | System |
public static Load ( string cacheFolder ) : |
||
cacheFolder | string | |
리턴 |
public MakePath ( string key, string contentFile ) : string | ||
key | string | |
contentFile | string | |
리턴 | string |