Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DConfigurationManager.cs121 cachedValues[Tuple.Create(group, name)] = value; in AddToCache()
128 var result = cachedValues.TryGetValue(Tuple.Create(group, name), out obj); in TryFindInCache()
136 …private readonly Dictionary<Tuple<string, string>, object> cachedValues = new Dictionary<Tuple<str… field in Antmicro.Renode.Utilities.ConfigurationManager