File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 10
10
- `position`: to set the position of the respective icon button
11
11
in the viewer's sidebar.
12
12
13
+ ### Other changes
14
+ * Added a new abstract class `PreloadDataStore` that defines the return type of the
15
+ `preload_data` method in `xcube.core.store.DataStore`. The `PreloadDataStore` is a
16
+ mutable data store containing a `preload_handle` field, which holds the handle
17
+ associated with a preload job.
18
+
13
19
14
20
## Changes in 1.8.3
15
21
Original file line number Diff line number Diff line change @@ -509,8 +509,8 @@ def preload_data(
509
509
on the possible options.
510
510
511
511
Returns:
512
- A handle for the preload process. The default implementation
513
- returns an empty preload handle.
512
+ A mutable data store containing the preload handle.
513
+ The default implementation contains an empty preload handle.
514
514
"""
515
515
cache_store = new_data_store ("file" )
516
516
cache_store .preload_handle = NullPreloadHandle ()
You can’t perform that action at this time.
0 commit comments