Tiny doc fix in CFileCache.

This commit is contained in:
resurtm
2012-07-19 00:00:36 +06:00
parent 27758e5eba
commit 9c0f8d86e7

View File

@@ -196,7 +196,8 @@ class CFileCache extends CCache
/**
* Removes expired cache files.
* @param boolean $expiredOnly whether to removed expired cache files only. If true, all cache files under {@link cachePath} will be removed.
* @param boolean $expiredOnly whether only expired cache files should be removed.
* If false, all cache files under {@link cachePath} will be removed.
* @param string $path the path to clean with. If null, it will be {@link cachePath}.
*/
public function gc($expiredOnly=true,$path=null)