C# Class CClash.NullCompilerCache

Inheritance: CompilerCacheBase, ICompilerCache
Afficher le fichier Open project: artillery/cclash Class Usage Examples

Méthodes publiques

Méthode Description
CheckCache ( ICompiler comp, IEnumerable args, DataHash commonkey, CacheManifest &manifest ) : bool
Finished ( ) : void
IsSupported ( ICompiler comp, IEnumerable args ) : bool
NullCompilerCache ( string cachedir ) : System
Setup ( ) : void

Méthodes protégées

Méthode Description
OnCacheMissLocked ( ICompiler comp, DataHash hc, IEnumerable args, CacheManifest m ) : int

Method Details

CheckCache() public méthode

public CheckCache ( ICompiler comp, IEnumerable args, DataHash commonkey, CacheManifest &manifest ) : bool
comp ICompiler
args IEnumerable
commonkey DataHash
manifest CacheManifest
Résultat bool

Finished() public méthode

public Finished ( ) : void
Résultat void

IsSupported() public méthode

public IsSupported ( ICompiler comp, IEnumerable args ) : bool
comp ICompiler
args IEnumerable
Résultat bool

NullCompilerCache() public méthode

public NullCompilerCache ( string cachedir ) : System
cachedir string
Résultat System

OnCacheMissLocked() protected méthode

protected OnCacheMissLocked ( ICompiler comp, DataHash hc, IEnumerable args, CacheManifest m ) : int
comp ICompiler
hc DataHash
args IEnumerable
m CacheManifest
Résultat int

Setup() public méthode

public Setup ( ) : void
Résultat void