Class CacheRatio
Assembly: PayrollEngine.Core.dll
Syntax
Constructors
CacheRatio(string, LogLevel)
Declaration
public CacheRatio(string name, LogLevel logLevel = LogLevel.Information)
Parameters
Properties
HitCount
Declaration
public int HitCount { get; }
Property Value
HitRatio
Declaration
public decimal HitRatio { get; }
Property Value
LogLevel
Declaration
public LogLevel LogLevel { get; }
Property Value
MissedCount
Declaration
public int MissedCount { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Methods
UpdateWithLog(bool)
Declaration
public void UpdateWithLog(bool cached)
Parameters
| Type |
Name |
Description |
| bool |
cached |
|
Extension Methods