Home
last modified time | relevance | path

Searched refs:SimpleFileCache (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSimpleFileCache.cs13 public class SimpleFileCache class
15 public SimpleFileCache(string location, bool enabled = true) in SimpleFileCache() method in Antmicro.Renode.Utilities.SimpleFileCache
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs255 …public SimpleFileCache CompiledFilesCache { get; } = new SimpleFileCache("compiler-cache", !Emulat…