mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-23 16:07:15 -04:00
- Introduced a new command `ResetCache` in the `IndexCmd` enum to allow users to reset the ephemeral index cache. - Implemented `EphemeralCacheResetAction` to handle the cache reset logic, including confirmation checks and logging. - Added input and output structures for the cache reset action, providing clear feedback on the number of cleared paths. - Enhanced the `EphemeralIndexCache` with a `clear_all` method to facilitate the clearing of all cached paths and entries.