ionas / clear_cache

clear cake cache dirs with shell or from your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:

Run from your console:
"cake clear_cache"

Run from your app:
<?php
App::import('Libs', 'ClearCache.ClearCache');
$ClearCache = new ClearCache();
$output = $ClearCache->run();
?>

run() returns an array of deleted files

About

clear cake cache dirs with shell or from your app