We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9af7dc commit c9abc75Copy full SHA for c9abc75
BitFaster.Caching/Lru/ITelemetryPolicy.cs
@@ -14,8 +14,6 @@ public interface ITelemetryPolicy<K, V> : ICacheMetrics
14
15
void OnItemRemoved(K key, V value, ItemRemovedReason reason);
16
17
- //double HitRatio { get; }
18
-
19
void SetEventSource(object source);
20
}
21
0 commit comments