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
@@ -104,7 +104,7 @@ public DistributedDataCache(ILogger<DistributedDataCache> logger, IDistributedCa
104
104
/// <param name="value">The object to insert into cache.</param>
105
105
/// <param name="absoluteExpiration">The fixed date and time at which the cache entry will expire.</param>
106
106
/// <param name="slidingExpiration">A value that indicates whether a cache entry should be evicted if it has not been accessed in a given span of time.</param>
107
-
/// <exception cref="System.ArgumentException">'{nameof(key)}' cannot be null or empty. - key</exception>
107
+
/// <exception cref="System.ArgumentException">'key' cannot be null or empty. - key</exception>
@@ -136,7 +136,7 @@ public void Set<T>(string key, T value, DateTimeOffset? absoluteExpiration = nul
136
136
/// <param name="absoluteExpiration">The fixed date and time at which the cache entry will expire.</param>
137
137
/// <param name="slidingExpiration">A value that indicates whether a cache entry should be evicted if it has not been accessed in a given span of time.</param>
0 commit comments