Searched refs:CompiledFilesCache (Results 1 – 2 of 2) sorted by relevance
225 CompiledFilesCache.Enabled = value; in EnableCompiledFilesCache()255 …public SimpleFileCache CompiledFilesCache { get; } = new SimpleFileCache("compiler-cache", !Emulat… property in Antmicro.Renode.Core.EmulationManager
569 … if(!EmulationManager.Instance.CompiledFilesCache.TryGetEntryWithSha(sha, out var compiledCode)) in TryCompilePlugin()579 … EmulationManager.Instance.CompiledFilesCache.StoreEntryWithSha(sha, compiledCode); in TryCompilePlugin()