PHPackages                             cyrill/sucre-cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. cyrill/sucre-cache

ActiveLibrary[Caching](/categories/caching)

cyrill/sucre-cache
==================

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

06

Since Jun 20Pushed 13y ago1 watchersCompare

[ Source](https://github.com/t-cyrill/sucre-cache)[ Packagist](https://packagist.org/packages/cyrill/sucre-cache)[ RSS](/packages/cyrill-sucre-cache/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sucre/Cache
===========

[](#sucrecache)

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

Installation
------------

[](#installation)

### Composer

[](#composer)

Download the [`composer.phar`](http://getcomposer.org/composer.phar). And Install `sucre-cache` automatically.

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

Usage
-----

[](#usage)

```
