let KVInterface extends CacheInterface

This commit is contained in:
crazywhalecc
2023-01-13 14:19:20 +08:00
parent 2c7b4c79a1
commit 7c39a7fe39
4 changed files with 10 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ use ZM\Store\FileSystem;
/**
* 轻量、基于本地 JSON 文件的 KV 键值对缓存
*/
class LightCache implements CacheInterface, KVInterface
class LightCache implements KVInterface
{
/** @var array 存放库对象的列表 */
private static array $objs = [];