joomla / cache
This package is abandoned and no longer maintained.
No replacement package was suggested.
Joomla Cache Package
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
This package provides an implementation of the PSR-6 caching interface.
Deprecated
The joomla/cache package has been deprecated with no further updates planned. Use
any PSR-6
or PSR-16 compliant package instead.
See https://framework.joomla.org/contribute
Requirements
- PHP 7.0 or later
Installation via Composer
You can simply run the following from the command line:
composer require joomla/cache "~2.0@dev"
If you want to include the test sources, use
composer require --prefer-source joomla/cache "~2.0@dev"