I'm looking for more details about using local cache with fsspec
specifically:
- how to specify if using cache
- how to specify if the cache should be cleaned on process exit
- how to control the location of the cache
- if a file is in the cache, I assume the version of the file is checked to verify the cache is up to date - is it possible o disable this? (for cases I trust the remote files don't change)