C# 클래스 CClash.NullCompilerCache

상속: CompilerCacheBase, ICompilerCache
파일 보기 프로젝트 열기: artillery/cclash 1 사용 예제들

공개 메소드들

메소드 설명
CheckCache ( ICompiler comp, IEnumerable args, DataHash commonkey, CacheManifest &manifest ) : bool
Finished ( ) : void
IsSupported ( ICompiler comp, IEnumerable args ) : bool
NullCompilerCache ( string cachedir ) : System
Setup ( ) : void

보호된 메소드들

메소드 설명
OnCacheMissLocked ( ICompiler comp, DataHash hc, IEnumerable args, CacheManifest m ) : int

메소드 상세

CheckCache() 공개 메소드

public CheckCache ( ICompiler comp, IEnumerable args, DataHash commonkey, CacheManifest &manifest ) : bool
comp ICompiler
args IEnumerable
commonkey DataHash
manifest CacheManifest
리턴 bool

Finished() 공개 메소드

public Finished ( ) : void
리턴 void

IsSupported() 공개 메소드

public IsSupported ( ICompiler comp, IEnumerable args ) : bool
comp ICompiler
args IEnumerable
리턴 bool

NullCompilerCache() 공개 메소드

public NullCompilerCache ( string cachedir ) : System
cachedir string
리턴 System

OnCacheMissLocked() 보호된 메소드

protected OnCacheMissLocked ( ICompiler comp, DataHash hc, IEnumerable args, CacheManifest m ) : int
comp ICompiler
hc DataHash
args IEnumerable
m CacheManifest
리턴 int

Setup() 공개 메소드

public Setup ( ) : void
리턴 void