You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andrm_file
method.The text was updated successfully, but these errors were encountered: