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: xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -180,8 +180,8 @@
180
180
<typeparamname="TState">The type of additional state required by <paramrefname="factory" />.</typeparam>
181
181
<typeparamname="T">The type of the data being considered.</typeparam>
182
182
<paramname="key">The key of the entry to look for or create.</param>
183
-
<paramname="factory">Provides the underlying data service if the data is not available in the cache.</param>
184
183
<paramname="state">The state required for <paramrefname="factory" />.</param>
184
+
<paramname="factory">Provides the underlying data service if the data is not available in the cache.</param>
185
185
<paramname="options">Additional options for this cache entry.</param>
186
186
<paramname="tags">The tags to associate with this cache item.</param>
187
187
<paramname="cancellationToken">The <seecref="T:System.Threading.CancellationToken" /> used to propagate notifications that the operation should be canceled.</param>
0 commit comments