joomla / cache
Joomla 缓存包
1.2.0
2018-05-25 02:15 UTC
Requires
- php: ^5.3.10|~7.0
Requires (Dev)
- joomla/coding-standards: ~2.0@alpha
- joomla/test: ~1.0
- phpunit/phpunit: ^4.8.35|^5.4.3|~6.0
Suggests
- ext-apc: To use APC caching
- ext-memcached: To use Memcached caching
- ext-redis: To use Redis caching
- ext-wincache: To use WinCache caching
- ext-xcache: To use XCache caching
- joomla/registry: Registry can be used as an alternative to using an array for the package options.
Conflicts
- psr/cache: *
README
此包提供了 PSR-6 缓存接口 的实现。
已弃用
joomla/cache
包已被弃用,没有进一步的更新计划。请使用任何符合 PSR-6 或 PSR-16 的包代替。
参见 https://framework.joomla.net.cn/contribute
要求
- PHP 7.0 或更高版本
通过 Composer 安装
您可以从命令行运行以下命令
composer require joomla/cache "~2.0@dev"
如果您想包含测试源,使用
composer require --prefer-source joomla/cache "~2.0@dev"