#### 问题描述
php8.1
Error: Call to undefined method Symfony\Component\Cache\Psr16Cache::instance() in F:\Workspace\swiftadmin\vendor\workerman\webman-framework\src\support\Cache.php:84
#### 程序代码
```
"symfony/cache": "^6.4",
"psr/simple-cache": "^1.0",
"workerman/webman-framework": "1.6.6",
```
#### 报错信息
```
Error: Call to undefined method Symfony\Component\Cache\Psr16Cache::instance() in F:\Workspace\swiftadmin\vendor\workerman\webman-framework\src\support\Cache.php:84
```