mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 13:31:38 +08:00
增加Test缓存驱动
This commit is contained in:
7
library/think/cache/driver/Apc.php
vendored
7
library/think/cache/driver/Apc.php
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user