Method | Description | |
---|---|---|
CompileOrCache ( ICompiler comp, IEnumerable |
||
DigestCompiler ( string compilerPath ) : |
||
DirectCompilerCacheServer ( string cachedir ) : System | ||
FileExists ( string path ) : bool | ||
Finished ( ) : void | ||
GetHashes ( IEnumerable |
||
Lock ( CacheLockType mode ) : void | ||
OnWatchedFileChanged ( object sender, |
||
Setup ( ) : void | ||
SetupStats ( ) : void | ||
Unlock ( CacheLockType mode ) : void | ||
UnwatchFile ( string path ) : void | ||
WatchFile ( string path ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public CompileOrCache ( ICompiler comp, IEnumerable |
||
comp | ICompiler | |
args | IEnumerable |
|
return | int |
public DigestCompiler ( string compilerPath ) : |
||
compilerPath | string | |
return |
public DirectCompilerCacheServer ( string cachedir ) : System | ||
cachedir | string | |
return | System |
public GetHashes ( IEnumerable |
||
fnames | IEnumerable |
|
return | DataHash>.Dictionary |
public OnWatchedFileChanged ( object sender, |
||
sender | object | |
args | ||
return | void |