()
| 19 | GetContent(ctx context.Context, contentID string, blobID blob.ID, offset, length int64, output *gather.WriteBuffer) error |
| 20 | PrefetchBlob(ctx context.Context, blobID blob.ID) error |
| 21 | CacheStorage() Storage |
| 22 | } |
| 23 | |
| 24 | // Options encapsulates all content cache options. |
no outgoing calls