Skip to content

Commit fe0c8b8

Browse files
authored
Update src/mdio/api/io_utils.py
1 parent 220f2fd commit fe0c8b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/mdio/api/io_utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ def process_url(
1919
) -> FSStore:
2020
"""Check read/write access to FSStore target and return FSStore with double caching.
2121
22-
It uses an in-memory Least Recently Used (LRU) cache implementation from
23-
zarr, and optionally, a file cache (simplecache protocol from FSSpec).
22+
It can use an in-memory Least Recently Used (LRU) cache implementation from
23+
Zarr, and optionally, a file cache (`simplecache` protocol from FSSpec) that is useful
24+
for remote stores.
2425
2526
File cache is only valid for remote stores. The LRU caching works
2627
on both remote and local.

0 commit comments

Comments
 (0)