-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Currently, the bitbucket-clear-cache pipe clears all caches with a specified name. This request proposed a new feature to also allow clearing caches based on a file key. This would enable users to clear specific caches without affecting others with the same name.
This feature would cover the following use-case :
- Users can enter both a cache name and a file key when using the pipe.
- The pipe will then clear only the cache that matches both the name and the current file key.
- This helps when users want to update or replace a specific cache without clearing others.