$options = array(
'cacheDir' => THEME_CACHE_DIR.'/cache/',
'lifeTime' => $lifeTime,
'hashedDirectoryLevel'=>2,// because of this cache will generate many dir in cache dir
'pearErrorMode' => CACHE_LITE_ERROR_DIE
);
clear_cache.php
$cache->clean();//it works,but can not delete the sub dirs in the cache dir!
'hashedDirectoryLevel'=>2,// because of this cache will generate many dir in cache dir
I want to clear all caches and also to delete all dirs in the cache dir,
any one who can pls tell me how to do ,thank you