Option to clear Adobe Media Cache

Hi, I'd like to have an option to clear Adobe Media Cache in CCleaner (which usually holds many GB of data).

I currently use a batch file to clean it, here it is:

@echo off
echo Clear Adobe Media Cache in progress...
del /F /Q /S "C:\Users\[username]\AppData\Roaming\Adobe\Common\Media Cache Files"
del /F /Q /S "C:\Users\[username]\AppData\Roaming\Adobe\Common\Media Cache"
del /F /Q /S "C:\adobeTemp"
echo;
echo

Please add this feature to CCleaner, thanks!

You can already specify addditional paths and files to be cleaned by Custom Clean, wildcards can be used.

eg. selecting 'File Types>All Files' as below will add the wildcard '*.*' to your specified/selected pathname.

image.png