mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
增加接口类 规范驱动扩展
This commit is contained in:
2
library/think/cache/driver/Memcached.php
vendored
2
library/think/cache/driver/Memcached.php
vendored
@@ -14,7 +14,7 @@ namespace think\cache\driver;
|
||||
use think\Cache;
|
||||
use think\Exception;
|
||||
|
||||
class Memcached
|
||||
class Memcached implements CacheInterface
|
||||
{
|
||||
protected $handler = null;
|
||||
protected $options = [
|
||||
|
||||
Reference in New Issue
Block a user