Skip to content

Commit c9abc75

Browse files
author
Alex Peck
committed
cleanup
1 parent a9af7dc commit c9abc75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BitFaster.Caching/Lru/ITelemetryPolicy.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ public interface ITelemetryPolicy<K, V> : ICacheMetrics
1414

1515
void OnItemRemoved(K key, V value, ItemRemovedReason reason);
1616

17-
//double HitRatio { get; }
18-
1917
void SetEventSource(object source);
2018
}
2119
}

0 commit comments

Comments
 (0)