CClash.NullCompilerCache.OnCacheMissLocked C# (CSharp) Method

OnCacheMissLocked() protected method

protected OnCacheMissLocked ( ICompiler comp, DataHash hc, IEnumerable args, CacheManifest m ) : int
comp ICompiler
hc DataHash
args IEnumerable
m CacheManifest
return int
        protected override int OnCacheMissLocked(ICompiler comp, DataHash hc, IEnumerable<string> args, CacheManifest m)
        {
            throw new NotImplementedException();
        }
    }