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 220f2fd commit fe0c8b8Copy full SHA for fe0c8b8
src/mdio/api/io_utils.py
@@ -19,8 +19,9 @@ def process_url(
19
) -> FSStore:
20
"""Check read/write access to FSStore target and return FSStore with double caching.
21
22
- It uses an in-memory Least Recently Used (LRU) cache implementation from
23
- zarr, and optionally, a file cache (simplecache protocol from FSSpec).
+ It can use an in-memory Least Recently Used (LRU) cache implementation from
+ Zarr, and optionally, a file cache (`simplecache` protocol from FSSpec) that is useful
24
+ for remote stores.
25
26
File cache is only valid for remote stores. The LRU caching works
27
on both remote and local.
0 commit comments