Searched refs:NameCacheSize (Results 1 – 1 of 1) sorted by relevance
38 nameCache = new LRUCache<object, Tuple<string, string>>(NameCacheSize); in Emulation()713 [Constructor(NameCacheSize)]723 private const int NameCacheSize = 100; field in Antmicro.Renode.Core.Emulation