缓存驱动统一增加handler方法用于获取操作对象的句柄(某些缓存类型可能为null)

This commit is contained in:
thinkphp
2016-09-29 18:01:22 +08:00
parent f98415ad45
commit 13ed82e5dd
6 changed files with 12 additions and 16 deletions

View File

@@ -25,8 +25,6 @@ class Wincache extends Driver
'expire' => 0,
];
protected $tag;
/**
* 架构函数
* @param array $options 缓存参数