增加Test缓存驱动

This commit is contained in:
thinkphp
2016-02-11 09:20:41 +08:00
parent b47c455da6
commit 040ca4cb20
8 changed files with 76 additions and 23 deletions

View File

@@ -31,9 +31,7 @@ class Apc
******************************/
/**
* 架构函数
*
* @param array $options 缓存参数
*
* @throws Exception
* @access public
*/
@@ -97,11 +95,10 @@ class Apc
return $result;
}
/**删除缓存
/**
* 删除缓存
* @access public
*
* @param string $name 缓存变量名
*
* @return bool|\string[]
*/
public function rm($name)