We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db34ab commit 7b4ceb5Copy full SHA for 7b4ceb5
cache/core/core.go
@@ -259,10 +259,12 @@ type LookupOptions struct {
259
// value of 0 means to read to the end of the object.
260
To uint64
261
262
- // AlwaysUseRequestedRange indicates the provided range should be used
263
- // even when the cached item is concurrently streamed.
+ // AlwaysUseRequestedRange forces the provided range to be used during streaming.
264
//
265
- // By default, if:
+ // If false, under certain circumstances the entire body will be returned
+ // instead of just the requested range.
266
+ //
267
+ // If:
268
269
// - AlwaysUseRequestedRange is false
270
// - The size of the cached item's body was not provided by the writer
0 commit comments