Installation

First install composer, then:

composer require comodojo/cache

Requirements

To work properly, comodojo/cache requires PHP >=5.6.0.

Some packages are optional but recommended:

  • ext-xattr: Fastest cache files handling via extended attributes
  • ext-redis: Enable redis provider
  • ext-memcached: Enable Memcached provider
  • ext-apc: Enable Apc provider (apcu_bc also supported)
  • ext-apcu: Enable Apcu provider