iterative / iterative/PyDrive2
Implement a method to invalidate the cache
- Langage dominant
- Python
- Étoiles
- 670
- Forks
- 75
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Start by reading the discussion in issue #217 and the existing mv and rm_file methods. Trace how cached paths are stored and used, then define the invalidation behavior for moved and deleted files. Done means those methods no longer leave stale entries that make the library report files at their old locations.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- api, backend
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100