增加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

@@ -110,10 +110,8 @@ class Memcache
/**
* 删除缓存
*
* @param string $name 缓存变量名
* @param bool|false $ttl
*
* @return bool
*/
public function rm($name, $ttl = false)