You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.FeatureManagement/FeatureFilters/TimeWindowFilter.cs
+29-36Lines changed: 29 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -88,10 +88,10 @@ public Task<bool> EvaluateAsync(FeatureFilterEvaluationContext context)
88
88
if(settings.Recurrence!=null)
89
89
{
90
90
//
91
-
// The reference of the object will be used for hash key.
91
+
// The reference of the object will be used for cache key.
92
92
// If there is no pre-bounded settings attached to the context, there will be no cached filter settings and each call will have a unique settings object.
93
93
// In this case, the cache for recurrence settings won't work.
0 commit comments