File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ class GCSFileSystem(asyn.AsyncFileSystem):
213
213
refreshed. Calls to GCSFileSystem.open and calls to GCSFile are not affected by this cache.
214
214
215
215
Note that directory listings are cached by default, because fetching those listings can be expensive. This is
216
- contrary to local filesystem behaviour. The cache will be cleared if writing from this instance, but it can
216
+ contrary to local filesystem behaviour. The cache will be cleared if writing from this instance, but it can
217
217
become stale and return incorrect results if the storage is written to from another process/machine.
218
218
If you anticipate this possibility, you can set the use_listings_cache and listings_expiry_time arguments
219
219
to configure the caching, call `.invalidate_cache()` when required, or pass `refresh=True` to the
You can’t perform that action at this time.
0 commit comments