public gc ( boolean $force = false, boolean $expiredOnly = true ) | ||
$force | boolean | whether to enforce the garbage collection regardless of [[gcProbability]]. Defaults to false, meaning the actual deletion happens with the probability as specified by [[gcProbability]]. |
$expiredOnly | boolean | whether to removed expired cache files only. If false, all cache files under [[cachePath]] will be removed. |