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 |
Please login to continue.