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