cyrill/sucre-cache

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

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/cyrill/sucre-cache

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

This package is not auto-updated.

Last update: 2025-10-06 19:06:45 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