An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# The Cache Package [![Build Status](https://travis-ci.org/joomla-framework/cache.png?branch=master)](https://travis-ci.org/joomla-framework/cache) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/joomla-framework/cache/badges/quality-score.png?b=2.0-dev)](https://scrutinizer-ci.com/g/joomla-framework/cache/?branch=2.0-dev)

[![Latest Stable Version](https://poser.pugx.org/joomla/cache/v/stable)](https://packagist.org/packages/joomla/cache)
[![Total Downloads](https://poser.pugx.org/joomla/cache/downloads)](https://packagist.org/packages/joomla/cache)
[![Latest Unstable Version](https://poser.pugx.org/joomla/cache/v/unstable)](https://packagist.org/packages/joomla/cache)
[![License](https://poser.pugx.org/joomla/cache/license)](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"
```