nsrosenqvist/soma-cache
Composer 安装命令:
composer require nsrosenqvist/soma-cache
包简介
The Symfony Cache module for the SOMA framework
README 文档
README
Installation
composer require nsrosenqvist/soma-cache
Usage
First register the service provider.
Example configuration:
<?php return [ 'default' => 'files', 'stores' => [ 'files' => [ 'driver' => 'filesystem', 'directory' => get_path('cache').'/files', ], ], ];
To see how to configure all supported cache adapters review how the configuration is processed in CacheProvider::resolveAdapter.
License
MIT
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-09