Skip to content

Commit 57886d9

Browse files
committed
remove extra spaces
1 parent 21e4f0b commit 57886d9

File tree

413 files changed

+2126
-5489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

413 files changed

+2126
-5489
lines changed

xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheEntryExtensions.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@
5050
<Docs>
5151
<param name="options">The options to be operated on.</param>
5252
<param name="absolute">The expiration time, in absolute terms.</param>
53-
<summary>
54-
Sets an absolute expiration date for the cache entry.
55-
</summary>
53+
<summary>Sets an absolute expiration date for the cache entry.</summary>
5654
<returns>To be added.</returns>
5755
<remarks>To be added.</remarks>
5856
</Docs>
@@ -84,9 +82,7 @@
8482
<Docs>
8583
<param name="options">The options to be operated on.</param>
8684
<param name="relative">The expiration time, relative to now.</param>
87-
<summary>
88-
Sets an absolute expiration time, relative to now.
89-
</summary>
85+
<summary>Sets an absolute expiration time, relative to now.</summary>
9086
<returns>To be added.</returns>
9187
<remarks>To be added.</remarks>
9288
</Docs>
@@ -118,10 +114,8 @@
118114
<Docs>
119115
<param name="options">The options to be operated on.</param>
120116
<param name="offset">The sliding expiration time.</param>
121-
<summary>
122-
Sets how long the cache entry can be inactive (e.g. not accessed) before it will be removed.
123-
This will not extend the entry lifetime beyond the absolute expiration (if set).
124-
</summary>
117+
<summary>Sets how long the cache entry can be inactive (e.g. not accessed) before it will be removed.
118+
This will not extend the entry lifetime beyond the absolute expiration (if set).</summary>
125119
<returns>To be added.</returns>
126120
<remarks>To be added.</remarks>
127121
</Docs>

xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheEntryOptions.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
</Base>
2020
<Interfaces />
2121
<Docs>
22-
<summary>
23-
Provides the cache options for an entry in <see cref="T:Microsoft.Extensions.Caching.Distributed.IDistributedCache" />.
24-
</summary>
22+
<summary>Provides the cache options for an entry in <see cref="T:Microsoft.Extensions.Caching.Distributed.IDistributedCache" />.</summary>
2523
<remarks>To be added.</remarks>
2624
</Docs>
2725
<Members>
@@ -68,9 +66,7 @@
6866
<ReturnType>System.Nullable&lt;System.DateTimeOffset&gt;</ReturnType>
6967
</ReturnValue>
7068
<Docs>
71-
<summary>
72-
Gets or sets an absolute expiration date for the cache entry.
73-
</summary>
69+
<summary>Gets or sets an absolute expiration date for the cache entry.</summary>
7470
<value>To be added.</value>
7571
<remarks>To be added.</remarks>
7672
</Docs>
@@ -96,9 +92,7 @@
9692
<ReturnType>System.Nullable&lt;System.TimeSpan&gt;</ReturnType>
9793
</ReturnValue>
9894
<Docs>
99-
<summary>
100-
Gets or sets an absolute expiration time, relative to now.
101-
</summary>
95+
<summary>Gets or sets an absolute expiration time, relative to now.</summary>
10296
<value>To be added.</value>
10397
<remarks>To be added.</remarks>
10498
</Docs>
@@ -124,10 +118,8 @@
124118
<ReturnType>System.Nullable&lt;System.TimeSpan&gt;</ReturnType>
125119
</ReturnValue>
126120
<Docs>
127-
<summary>
128-
Gets or sets how long a cache entry can be inactive (e.g. not accessed) before it will be removed.
129-
This will not extend the entry lifetime beyond the absolute expiration (if set).
130-
</summary>
121+
<summary>Gets or sets how long a cache entry can be inactive (e.g. not accessed) before it will be removed.
122+
This will not extend the entry lifetime beyond the absolute expiration (if set).</summary>
131123
<value>To be added.</value>
132124
<remarks>To be added.</remarks>
133125
</Docs>

xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml

Lines changed: 13 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
</Base>
2020
<Interfaces />
2121
<Docs>
22-
<summary>
23-
Extension methods for setting data in an <see cref="T:Microsoft.Extensions.Caching.Distributed.IDistributedCache" />.
24-
</summary>
22+
<summary>Extension methods for setting data in an <see cref="T:Microsoft.Extensions.Caching.Distributed.IDistributedCache" />.</summary>
2523
<remarks>To be added.</remarks>
2624
</Docs>
2725
<Members>
@@ -52,9 +50,7 @@
5250
<Docs>
5351
<param name="cache">The cache in which to store the data.</param>
5452
<param name="key">The key to get the stored data for.</param>
55-
<summary>
56-
Gets a string from the specified cache with the specified key.
57-
</summary>
53+
<summary>Gets a string from the specified cache with the specified key.</summary>
5854
<returns>The string value from the stored cache key.</returns>
5955
<remarks>To be added.</remarks>
6056
</Docs>
@@ -82,9 +78,7 @@
8278
<Docs>
8379
<param name="cache">The cache in which to store the data.</param>
8480
<param name="key">The key to get the stored data for.</param>
85-
<summary>
86-
Asynchronously gets a string from the specified cache with the specified key.
87-
</summary>
81+
<summary>Asynchronously gets a string from the specified cache with the specified key.</summary>
8882
<returns>A task that gets the string value from the stored cache key.</returns>
8983
<remarks>To be added.</remarks>
9084
</Docs>
@@ -115,9 +109,7 @@
115109
<param name="cache">The cache in which to store the data.</param>
116110
<param name="key">The key to get the stored data for.</param>
117111
<param name="token">Optional. A <see cref="T:System.Threading.CancellationToken" /> to cancel the operation.</param>
118-
<summary>
119-
Asynchronously gets a string from the specified cache with the specified key.
120-
</summary>
112+
<summary>Asynchronously gets a string from the specified cache with the specified key.</summary>
121113
<returns>A task that gets the string value from the stored cache key.</returns>
122114
<remarks>To be added.</remarks>
123115
</Docs>
@@ -151,9 +143,7 @@
151143
<param name="cache">The cache in which to store the data.</param>
152144
<param name="key">The key to store the data in.</param>
153145
<param name="value">The data to store in the cache.</param>
154-
<summary>
155-
Sets a sequence of bytes in the specified cache with the specified key.
156-
</summary>
146+
<summary>Sets a sequence of bytes in the specified cache with the specified key.</summary>
157147
<remarks>To be added.</remarks>
158148
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception>
159149
</Docs>
@@ -183,9 +173,7 @@
183173
<param name="cache">The cache in which to store the data.</param>
184174
<param name="key">The key to store the data in.</param>
185175
<param name="value">The data to store in the cache.</param>
186-
<summary>
187-
Asynchronously sets a sequence of bytes in the specified cache with the specified key.
188-
</summary>
176+
<summary>Asynchronously sets a sequence of bytes in the specified cache with the specified key.</summary>
189177
<returns>A task that represents the asynchronous set operation.</returns>
190178
<remarks>To be added.</remarks>
191179
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception>
@@ -219,9 +207,7 @@
219207
<param name="key">The key to store the data in.</param>
220208
<param name="value">The data to store in the cache.</param>
221209
<param name="token">Optional. A <see cref="T:System.Threading.CancellationToken" /> to cancel the operation.</param>
222-
<summary>
223-
Asynchronously sets a sequence of bytes in the specified cache with the specified key.
224-
</summary>
210+
<summary>Asynchronously sets a sequence of bytes in the specified cache with the specified key.</summary>
225211
<returns>A task that represents the asynchronous set operation.</returns>
226212
<remarks>To be added.</remarks>
227213
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception>
@@ -256,9 +242,7 @@
256242
<param name="cache">The cache in which to store the data.</param>
257243
<param name="key">The key to store the data in.</param>
258244
<param name="value">The data to store in the cache.</param>
259-
<summary>
260-
Sets a string in the specified cache with the specified key.
261-
</summary>
245+
<summary>Sets a string in the specified cache with the specified key.</summary>
262246
<remarks>To be added.</remarks>
263247
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception>
264248
</Docs>
@@ -294,9 +278,7 @@
294278
<param name="key">The key to store the data in.</param>
295279
<param name="value">The data to store in the cache.</param>
296280
<param name="options">The cache options for the entry.</param>
297-
<summary>
298-
Sets a string in the specified cache with the specified key.
299-
</summary>
281+
<summary>Sets a string in the specified cache with the specified key.</summary>
300282
<remarks>To be added.</remarks>
301283
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception>
302284
</Docs>
@@ -326,9 +308,7 @@
326308
<param name="cache">The cache in which to store the data.</param>
327309
<param name="key">The key to store the data in.</param>
328310
<param name="value">The data to store in the cache.</param>
329-
<summary>
330-
Asynchronously sets a string in the specified cache with the specified key.
331-
</summary>
311+
<summary>Asynchronously sets a string in the specified cache with the specified key.</summary>
332312
<returns>A task that represents the asynchronous set operation.</returns>
333313
<remarks>To be added.</remarks>
334314
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception>
@@ -361,9 +341,7 @@
361341
<param name="key">The key to store the data in.</param>
362342
<param name="value">The data to store in the cache.</param>
363343
<param name="options">The cache options for the entry.</param>
364-
<summary>
365-
Asynchronously sets a string in the specified cache with the specified key.
366-
</summary>
344+
<summary>Asynchronously sets a string in the specified cache with the specified key.</summary>
367345
<returns>A task that represents the asynchronous set operation.</returns>
368346
<remarks>To be added.</remarks>
369347
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception>
@@ -397,9 +375,7 @@
397375
<param name="key">The key to store the data in.</param>
398376
<param name="value">The data to store in the cache.</param>
399377
<param name="token">Optional. A <see cref="T:System.Threading.CancellationToken" /> to cancel the operation.</param>
400-
<summary>
401-
Asynchronously sets a string in the specified cache with the specified key.
402-
</summary>
378+
<summary>Asynchronously sets a string in the specified cache with the specified key.</summary>
403379
<returns>A task that represents the asynchronous set operation.</returns>
404380
<remarks>To be added.</remarks>
405381
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception>
@@ -435,9 +411,7 @@
435411
<param name="value">The data to store in the cache.</param>
436412
<param name="options">The cache options for the entry.</param>
437413
<param name="token">Optional. A <see cref="T:System.Threading.CancellationToken" /> to cancel the operation.</param>
438-
<summary>
439-
Asynchronously sets a string in the specified cache with the specified key.
440-
</summary>
414+
<summary>Asynchronously sets a string in the specified cache with the specified key.</summary>
441415
<returns>A task that represents the asynchronous set operation.</returns>
442416
<remarks>To be added.</remarks>
443417
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception>

xml/Microsoft.Extensions.Caching.Distributed/IDistributedCache.xml

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
</AssemblyInfo>
1717
<Interfaces />
1818
<Docs>
19-
<summary>
20-
Represents a distributed cache of serialized values.
21-
</summary>
19+
<summary>Represents a distributed cache of serialized values.</summary>
2220
<remarks>To be added.</remarks>
2321
</Docs>
2422
<Members>
@@ -47,9 +45,7 @@
4745
</Parameters>
4846
<Docs>
4947
<param name="key">A string identifying the requested value.</param>
50-
<summary>
51-
Gets a value with the given key.
52-
</summary>
48+
<summary>Gets a value with the given key.</summary>
5349
<returns>The located value or null.</returns>
5450
<remarks>To be added.</remarks>
5551
</Docs>
@@ -104,9 +100,7 @@
104100
<Docs>
105101
<param name="key">A string identifying the requested value.</param>
106102
<param name="token">Optional. The <see cref="T:System.Threading.CancellationToken" /> used to propagate notifications that the operation should be canceled.</param>
107-
<summary>
108-
Gets a value with the given key.
109-
</summary>
103+
<summary>Gets a value with the given key.</summary>
110104
<returns>The <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing the located value or null.</returns>
111105
<remarks>To be added.</remarks>
112106
</Docs>
@@ -136,9 +130,7 @@
136130
</Parameters>
137131
<Docs>
138132
<param name="key">A string identifying the requested calue.</param>
139-
<summary>
140-
Refreshes a value in the cache based on its key, resetting its sliding expiration timeout (if any).
141-
</summary>
133+
<summary>Refreshes a value in the cache based on its key, resetting its sliding expiration timeout (if any).</summary>
142134
<remarks>To be added.</remarks>
143135
</Docs>
144136
</Member>
@@ -192,9 +184,7 @@
192184
<Docs>
193185
<param name="key">A string identifying the requested value.</param>
194186
<param name="token">Optional. The <see cref="T:System.Threading.CancellationToken" /> used to propagate notifications that the operation should be canceled.</param>
195-
<summary>
196-
Refreshes a value in the cache based on its key, resetting its sliding expiration timeout (if any).
197-
</summary>
187+
<summary>Refreshes a value in the cache based on its key, resetting its sliding expiration timeout (if any).</summary>
198188
<returns>The <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
199189
<remarks>To be added.</remarks>
200190
</Docs>
@@ -224,9 +214,7 @@
224214
</Parameters>
225215
<Docs>
226216
<param name="key">A string identifying the requested value.</param>
227-
<summary>
228-
Removes the value with the given key.
229-
</summary>
217+
<summary>Removes the value with the given key.</summary>
230218
<remarks>To be added.</remarks>
231219
</Docs>
232220
</Member>
@@ -280,9 +268,7 @@
280268
<Docs>
281269
<param name="key">A string identifying the requested value.</param>
282270
<param name="token">Optional. The <see cref="T:System.Threading.CancellationToken" /> used to propagate notifications that the operation should be canceled.</param>
283-
<summary>
284-
Removes the value with the given key.
285-
</summary>
271+
<summary>Removes the value with the given key.</summary>
286272
<returns>The <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
287273
<remarks>To be added.</remarks>
288274
</Docs>
@@ -316,9 +302,7 @@
316302
<param name="key">A string identifying the requested value.</param>
317303
<param name="value">The value to set in the cache.</param>
318304
<param name="options">The cache options for the value.</param>
319-
<summary>
320-
Sets a value with the given key.
321-
</summary>
305+
<summary>Sets a value with the given key.</summary>
322306
<remarks>To be added.</remarks>
323307
</Docs>
324308
</Member>
@@ -380,9 +364,7 @@
380364
<param name="value">The value to set in the cache.</param>
381365
<param name="options">The cache options for the value.</param>
382366
<param name="token">Optional. The <see cref="T:System.Threading.CancellationToken" /> used to propagate notifications that the operation should be canceled.</param>
383-
<summary>
384-
Sets the value with the given key.
385-
</summary>
367+
<summary>Sets the value with the given key.</summary>
386368
<returns>The <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
387369
<remarks>To be added.</remarks>
388370
</Docs>

0 commit comments

Comments
 (0)