Searched refs:globalCache (Results 1 – 1 of 1) sorted by relevance
2179 var cache = key == null ? globalCache : cpuInStateCache[key]; in TryGetValue()2224 globalCache.Clear(); in DropCaches()2231 … private readonly Dictionary<ulong, TValue> globalCache = new Dictionary<ulong, TValue>(); field in Antmicro.Renode.Peripherals.Bus.SystemBus.TValue