Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a method to invalidate the cache #232

Open
simone-viozzi opened this issue Sep 18, 2022 · 0 comments
Open

Implement a method to invalidate the cache #232

simone-viozzi opened this issue Sep 18, 2022 · 0 comments
Labels
fs fsspec implementation

Comments

@simone-viozzi
Copy link
Contributor

As discussed in #217 we need a method / mechanism to invalidate the cache for specific paths.

This is needed because, if the user move / delete a file, and it is still in the cache, the library will continue to 'think' that the file is still in the old location. Leading to unexpected behaviors.

This mechanism is needed in the mv and rm_file method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fs fsspec implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants