joomla/cache

This package is abandoned and no longer maintained. No replacement package was suggested.

Joomla Cache Package

Package info

github.com/joomla-framework/cache

Type:joomla-package

pkg:composer/joomla/cache

Statistics

Installs: 18 627

Dependents: 2

Suggesters: 0

Stars: 5

Open Issues: 0

1.2.0 2018-05-25 02:15 UTC

Requires

  • php: ^5.3.10|~7.0

Requires (Dev)

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.

Provides

None

Conflicts

Replaces

None

GPL-2.0-or-later 51e0439e6552b912d9814d8ba0e0577e1036dda1

frameworkcachejoomla

This package is auto-updated.

Last update: 2026-02-15 12:56:09 UTC


README

👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License

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"