21 references to Trace
System.Runtime.Caching (21)
System\Runtime\Caching\CacheExpires.cs (6)
678
Dbg.
Trace
("CacheExpiresFlushTotal", "FlushExpiredItems flushed " + flushed +
742
Dbg.
Trace
("CacheExpiresFlushTotal", "FlushExpiredItems flushed " + flushed +
816
Dbg.
Trace
("CacheExpiresFlushTotal", "FlushExpiredItems flushed a total of " + flushed + " items; Time=" + DateTime.Now.ToString("o", CultureInfo.InvariantCulture));
868
Dbg.
Trace
("Cache", "Cache expiration timer created.");
878
Dbg.
Trace
("Cache", "Cache expiration timer disposed.");
923
Dbg.
Trace
("CacheExpiresUpdate",
System\Runtime\Caching\CacheMemoryMonitor.cs (3)
179
Dbg.
Trace
("MemoryCacheStats", "SizedRef.ApproximateSize=" + _cacheSizeSamples[_idx]);
232
Dbg.
Trace
("MemoryCacheStats", "CacheMemoryMonitor.SetLimit: _memoryLimit=" + (_memoryLimit >> MEGABYTE_SHIFT) + "Mb");
245
Dbg.
Trace
("MemoryCacheStats", "CacheMemoryMonitor.SetLimit: _pressureHigh=" + _pressureHigh +
System\Runtime\Caching\CacheUsage.cs (6)
574
Dbg.
Trace
("CacheUsageAdd",
627
Dbg.
Trace
("CacheUsageRemove",
670
Dbg.
Trace
("CacheUsageUpdate",
732
Dbg.
Trace
("CacheUsageFlushUnderUsedItem", "Flushing underused items, item=" + cacheEntry.Key + ", bucket=" + _bucket);
747
Dbg.
Trace
("CacheUsageFlushTotal", "Flush(" + maxFlush + "," + force + ") removed " + flushed +
806
Dbg.
Trace
("CacheUsageFlushTotal", "Flush(" + maxFlush + "," + force + ") removed " + flushed +
System\Runtime\Caching\MemoryCacheStatistics.cs (3)
279
Dbg.
Trace
("MemoryCacheStats", "**BEG** CacheManagerThread " + DateTime.Now.ToString("T", CultureInfo.InvariantCulture));
307
Dbg.
Trace
("MemoryCacheStats", "**END** CacheManagerThread: "
345
Dbg.
Trace
("MemoryCacheStats", "Stopped CacheMemoryTimers");
System\Runtime\Caching\MemoryCacheStore.cs (1)
416
Dbg.
Trace
("MemoryCacheStore", "TrimInternal:"
System\Runtime\Caching\MemoryMonitor.cs (1)
85
Dbg.
Trace
("MemoryCacheStats", this.GetType().Name + ".Update: last=" + pressure
System\Runtime\Caching\PhysicalMemoryMonitor.cs (1)
110
Dbg.
Trace
("MemoryCacheStats", $"PhysicalMemoryMonitor.SetLimit: _pressureHigh={_pressureHigh}, _pressureLow={_pressureLow}");