CleanerTest.cls : Unit tests ensuring 75%+ code coverage for deployment.
: Identifies and removes Attachment or ContentDocument records that are no longer linked to active parent records. Apex_Cleaner.zip
CleanerScheduler.cls : A Schedulable class to automate cleaning on a daily or weekly basis. CleanerTest
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/ Apex_Cleaner.zip
: Automatically deletes ApexLog records to prevent storage bloat.