Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DTypeExtensionsCacheTests.cs24 Cache = (SimpleCache)cache; in Init()
62 private static SimpleCache Cache;
DSimpleCacheTests.cs280 private SimpleCache cache = new SimpleCache();
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/I2C/
DI2CPeripheralBase.cs25 cache = new SimpleCache(); in I2CPeripheralBase()
126 private readonly SimpleCache cache;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DTypeExtensions.cs278 private static readonly SimpleCache cache = new SimpleCache();
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DSimpleCache.cs12 public class SimpleCache class
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Packets/
DPacket.cs466 private static readonly SimpleCache cache = new SimpleCache();
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs1525 private readonly SimpleCache cache = new SimpleCache();