brbrbr
There plugin doesn't clean up whenever content changes. Since the files clutter the root directory you have to be carefull to remove the correct files
I moved the 'Joomla base dir' to the cache dir and added to the .htaccess before the joomla section:
RewriteCond PATH/cache/%{REQUEST_URI} -f
RewriteRule (.*) PATH/cache/$1 [L]
now it's a rm -rf cache :)
Really useful skills! Thanks.
