1.提交缺失的东西

This commit is contained in:
2025-05-13 10:22:14 +08:00
parent 88cefc4a5e
commit 1b3560b504

View File

@ -28,6 +28,7 @@ use think\Facade;
* @method static mixed get(string $key, mixed $default = null) 读取缓存
* @method static bool set(string $key, mixed $value, int|\DateInterval|\DateTimeInterface $ttl = null) 写入缓存
* @method static bool delete(string $key) 删除缓存
* @method static bool rm(string $name) static 删除缓存
* @method static iterable getMultiple(iterable $keys, mixed $default = null) 读取缓存
* @method static bool setMultiple(iterable $values, null|int|\DateInterval|\DateTimeInterface $ttl = null) 写入缓存
* @method static bool deleteMultiple(iterable $keys) 删除缓存