https://github.com/joomla-framework/cache
[DEPRECATED] Joomla Framework Cache Package
https://github.com/joomla-framework/cache
apcu cache joomla joomla-framework memcached php psr-16 psr-6 redis
Last synced: 8 months ago
JSON representation
[DEPRECATED] Joomla Framework Cache Package
- Host: GitHub
- URL: https://github.com/joomla-framework/cache
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2013-03-13T23:23:00.000Z (almost 13 years ago)
- Default Branch: 2.0-dev
- Last Pushed: 2021-09-17T17:13:11.000Z (over 4 years ago)
- Last Synced: 2024-04-23T15:40:51.701Z (over 1 year ago)
- Topics: apcu, cache, joomla, joomla-framework, memcached, php, psr-16, psr-6, redis
- Language: PHP
- Homepage:
- Size: 270 KB
- Stars: 5
- Watchers: 11
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# The Cache Package [](https://travis-ci.org/joomla-framework/cache) [](https://scrutinizer-ci.com/g/joomla-framework/cache/?branch=2.0-dev)
[](https://packagist.org/packages/joomla/cache)
[](https://packagist.org/packages/joomla/cache)
[](https://packagist.org/packages/joomla/cache)
[](https://packagist.org/packages/joomla/cache)
This package provides an implementation of the [PSR-6 caching interface](http://www.php-fig.org/psr/psr-6/).
## Deprecated
The `joomla/cache` package has been deprecated with no further updates planned. Use
any [PSR-6](https://packagist.org/search/?query=psr%2Fcache)
or [PSR-16](https://packagist.org/search/?query=psr%2Fsimple-cache) 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:
```sh
composer require joomla/cache "~2.0@dev"
```
If you want to include the test sources, use
```sh
composer require --prefer-source joomla/cache "~2.0@dev"
```