import_deletion_cache
Import a recovery cache from a JSON file, with options to merge into existing cache or replace it entirely. File format is validated.
Instructions
Import recovery cache from JSON file. Supports merge (add to existing) or replace (clear then import) modes. Validates file format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | merge: add to existing cache, replace: clear cache first | |
| filePath | Yes | Absolute path to import file |