2 references to GetBooleanValue
System.Runtime.Caching (2)
System\Runtime\Caching\MemoryCache.cs (2)
369
_useMemoryCacheManager = ConfigUtil.
GetBooleanValue
(config, ConfigUtil.UseMemoryCacheManager, true);
370
_throwOnDisposed = ConfigUtil.
GetBooleanValue
(config, ConfigUtil.ThrowOnDisposed, false);