Class SmartCachePoolStats
Diagnostic snapshot of a pool's state.
public sealed record SmartCachePoolStats : IEquatable<SmartCachePoolStats>
- Inheritance
-
SmartCachePoolStats
- Implements
- Inherited Members
Constructors
SmartCachePoolStats(string, TimeSpan, int, int, long, long, DateTime)
Diagnostic snapshot of a pool's state.
public SmartCachePoolStats(string Name, TimeSpan RefreshEvery, int MaxIdleFires, int EntryCount, long TicksFired, long TicksFailed, DateTime LastTickUtc)
Parameters
NamestringRefreshEveryTimeSpanMaxIdleFiresintEntryCountintTicksFiredlongTicksFailedlongLastTickUtcDateTime
Properties
EntryCount
public int EntryCount { get; init; }
Property Value
LastTickUtc
public DateTime LastTickUtc { get; init; }
Property Value
MaxIdleFires
public int MaxIdleFires { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
RefreshEvery
public TimeSpan RefreshEvery { get; init; }
Property Value
TicksFailed
public long TicksFailed { get; init; }
Property Value
TicksFired
public long TicksFired { get; init; }