caching\FileCache gcRecursive()

gcRecursive() protected method

Recursively removing expired cache files under a directory.

This method is mainly used by gc().

protected void gcRecursive ( $path, $expiredOnly )
$path string

The directory under which expired cache files are removed.

$expiredOnly boolean

Whether to only remove expired cache files. If false, all files under $path will be removed.

doc_Yii
2016-10-30 16:54:06
Comments
Leave a Comment

Please login to continue.