soupmix/cache-apcu

This package is abandoned and no longer maintained. The author suggests using the soupmix/cache package instead.

Framework agnostic APCu adapter for SimpleCache Interface.

1.0.1 2021-06-26 16:38 UTC

This package is auto-updated.

Last update: 2021-06-26 21:46:05 UTC


README

Code Coverage Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License composer.lock

Installation

It's recommended that you use Composer to install Soupmix Cache APCu Adaptor.

$ composer require soupmix/cache-apcu "^1.0"

Connection

require_once '/path/to/composer/vendor/autoload.php';


$cache = new Soupmix\Cache\APCUCache();

Soupmix APCu Cache API

See Soupmix Cache API