mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-23 00:16:51 +01:00
Tiny doc fix in CFileCache.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user