filesystem_spec
filesystem_spec copied to clipboard
WholeFileCacheSystem.ls() does not allow **kwargs (like refresh)
Is there a reason WholeFileCacheSystem.ls() does not allow **kwargs such as refresh, whereas SimpleCacheFileSystem does?
Passing through kwargs sounds like the right thing to do. Simplecache gets far more use than WholeFile, most people don't end up needing the metadata tracking.