CleanerTest.cls : Unit tests ensuring 75%+ code coverage for deployment.
: Uses metadata settings so admins can adjust cleaning rules without modifying code. Apex_Cleaner.zip
CleanerBatch.cls : A Batchable class for processing large volumes of data without hitting governor limits. CleanerTest
The manifest file listing all components for deployment via Workbench or SFDX. Apex_Cleaner.zip
The package is designed for Salesforce environments to automate the removal of obsolete data, temporary logs, and orphaned records. This utility helps maintain storage limits and improves system performance by leveraging Apex Compression for efficient metadata and log handling. Package Structure & Components The .zip file contains the following directory structure: classes/