cyrill/sucre-cache

SucreCache provides common cache interface. APC, memcache, etc.

dev-master 2013-06-20 07:22 UTC

This package is not auto-updated.

Last update: 2024-04-22 11:42:50 UTC


README

SucreCache provides common cache interface. APC, memcache, etc.

Installation

Composer

Download the composer.phar. And Install sucre-cache automatically.

curl -s http://getcomposer.org/installer | php
./composer.phar require 'cyrill/sucre-cache' '*'

Usage

<?php
reqire __DIR__.'/composer/autoload.php';

// Good Luck!

License

MIT License