1 write to settings
System.ServiceModel.Internals (1)
System\Runtime\Collections\ObjectCache.cs (1)
40this.settings = settings.Clone();
7 references to settings
System.ServiceModel.Internals (7)
System\Runtime\Collections\ObjectCache.cs (7)
79if (this.Count >= this.settings.CacheLimit || this.cacheItems.ContainsKey(key)) 120if (this.Count >= this.settings.CacheLimit) 190this.idleTimer.Set(this.settings.IdleTimeout); 221now >= (cacheItem.LastUsage + this.settings.IdleTimeout)) 226(now - cacheItem.CreationTime) >= this.settings.LeaseTimeout) 274idleTimer.Set(this.settings.IdleTimeout); 310this.settings.CacheLimit = 0;