Update cache doc.

This commit is contained in:
李铭昕 2019-04-27 13:06:24 +08:00
parent 6c03914361
commit 641088dab7

View File

@ -12,7 +12,7 @@ composer require hyperf/cache
| 配置 | 默认值 | 备注 |
|:------:|:----------------------------------------:|:---------------------:|
| driver | Hyperf\Cache\Driver\RedisDriver::class | 缓存驱动默认为Redis |
| packer | Hyperf\Cache\Packer\PhpSerializer::class | 打包器 |
| packer | Hyperf\Utils\Packer\PhpSerializer::class | 打包器 |
| prefix | 'c:' | 缓存前缀 |
```php