缓存驱动统一增加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

@@ -20,7 +20,6 @@ use think\Exception;
*/
class Sqlite extends Driver
{
protected $options = [
'db' => ':memory:',
'table' => 'sharedmemory',