Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DConfigurationManager.cs71 AddToCache(group, name, result); in Get()
87 AddToCache(group, name, value); in SetNonPersistent()
93 AddToCache(group, name, value); in Set()
119 private void AddToCache<T>(string group, string name, T value) in AddToCache() method in Antmicro.Renode.Utilities.ConfigurationManager