joomla/cache

Joomla 缓存包

1.2.0 2018-05-25 02:15 UTC

This package is auto-updated.

Last update: 2024-09-17 23:35:24 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

此包提供了 PSR-6 缓存接口 的实现。

已弃用

joomla/cache 包已被弃用,没有进一步的更新计划。请使用任何符合 PSR-6PSR-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"