mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 14:52:47 +08:00
缓存驱动统一增加handler方法用于获取操作对象的句柄(某些缓存类型可能为null)
This commit is contained in:
1
library/think/cache/driver/Memcache.php
vendored
1
library/think/cache/driver/Memcache.php
vendored
@@ -16,7 +16,6 @@ use think\Exception;
|
||||
|
||||
class Memcache extends Driver
|
||||
{
|
||||
protected $handler = null;
|
||||
protected $options = [
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 11211,
|
||||
|
||||
Reference in New Issue
Block a user