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
Right now the key to store the files is computed from the file name; files with the same name and different paths will be stored in the same directory. I'm not sure why this is done this way, but it might make sense because file names are usually more unique than directory names. However, this is not explicit anywhere and it might cause trouble down the road.
This is now encapsulated in the class, so we might change it when we want, but we need to know how it's used and how caches are retrieved just in case.
The text was updated successfully, but these errors were encountered:
Right now the key to store the files is computed from the file name; files with the same name and different paths will be stored in the same directory. I'm not sure why this is done this way, but it might make sense because file names are usually more unique than directory names. However, this is not explicit anywhere and it might cause trouble down the road.
This is now encapsulated in the class, so we might change it when we want, but we need to know how it's used and how caches are retrieved just in case.
The text was updated successfully, but these errors were encountered: