Method | Description | |
---|---|---|
ClearWrittenFilesFromCache ( ) : void | ||
SaveToCache ( string rootFolder, string pattern, HashSet |
||
TryReadFromCache ( string rootFolder, string pattern, HashSet |
Method | Description | |
---|---|---|
GetCacheFilePaths ( string rootFolder, string pattern, string &fileListFilePath, string &folderListFilePath ) : void |
public static ClearWrittenFilesFromCache ( ) : void | ||
return | void |
public static SaveToCache ( string rootFolder, string pattern, HashSet |
||
rootFolder | string | |
pattern | string | |
files | HashSet |
|
folders | HashSet |
|
return | void |
public static TryReadFromCache ( string rootFolder, string pattern, HashSet |
||
rootFolder | string | |
pattern | string | |
files | HashSet |
|
folders | HashSet |
|
return | bool |