Autoptimize Cache Notifier sends an email notification when the cache size exceeds 50% and 80%.
Just add the above script in your themes functions.php file
$mail_to = '[email protected]';
This scripts notifies once per week of cache size is greter then 50%. And once per day cache size is greter then 80%. You can customize it as per your requirement.