Свойство | Type | Description | |
---|---|---|---|
_referenceStrings | List |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
GetWhiteModulesAsync ( ) : Task
|
||
GetWhiteModulesAsyncOld ( ) : Task
|
||
GetWhiteSourceAsync ( string moduleName ) : Task |
||
Initialize ( ) : Task | ||
Pause ( bool pause ) : void | ||
ReturnToCache ( string moduleName, CciModuleSource source ) : void | ||
WhiteCache ( IProjectClonesManager fileManager, OptionsModel options, int threadsCount, int maxCount ) : System.Threading.Tasks |
Méthode | Description | |
---|---|---|
InitializeModuleNames ( ) : void | ||
NotifyClients ( ) : void | ||
PrintCacheState ( string key ) : string | ||
Pulse ( ) : void | ||
TryAdd ( ProjectFilesClone item1 ) : void | ||
TryTake ( string moduleName ) : CciModuleSource |
public GetWhiteSourceAsync ( string moduleName ) : Task |
||
moduleName | string | |
Résultat | Task |
public ReturnToCache ( string moduleName, CciModuleSource source ) : void | ||
moduleName | string | |
source | CciModuleSource | |
Résultat | void |
public WhiteCache ( IProjectClonesManager fileManager, OptionsModel options, int threadsCount, int maxCount ) : System.Threading.Tasks | ||
fileManager | IProjectClonesManager | |
options | OptionsModel | |
threadsCount | int | |
maxCount | int | |
Résultat | System.Threading.Tasks |