JSZip.resource : Used if the cleaner requires client-side zip handling in Lightning Components.
: Automatically deletes ApexLog records to prevent storage bloat. Apex_Cleaner.zip
: Identifies and removes Attachment or ContentDocument records that are no longer linked to active parent records. Apex_Cleaner.zip
: Run the following in the Developer Console to start the daily cleanup: Apex_Cleaner.zip
The manifest file listing all components for deployment via Workbench or SFDX.
CleanerScheduler.cls : A Schedulable class to automate cleaning on a daily or weekly basis.
CleanerBatch.cls : A Batchable class for processing large volumes of data without hitting governor limits.