TYPO3 uses this directory for temporary files, mainly processed and cached images.
The filenames are cryptic. They are unique representations of the file properties
made by md5-hashing a serialized array with information.
This directory may contain many thousands of files and a lot of them may be of no use anymore.
With this action you can delete the files in this folder. Afterwards, you
should also clear the cache database tables.
This tool will delete files only if the last 10 characters before the file extension
('.' + 3 chars) are hexadecimal valid ciphers, which are lowercase a-f and 0-9.