PHPackages                             rmzamora/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. [Database &amp; ORM](/categories/database)
4. /
5. rmzamora/cache

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

rmzamora/cache
==============

Cache library

2.6.0.x-dev(10y ago)01.5k1MITPHP

Since Aug 28Pushed 9y agoCompare

[ Source](https://github.com/rmzamora/cache)[ Packagist](https://packagist.org/packages/rmzamora/cache)[ Docs](https://github.com/sonata-project/cache)[ RSS](/packages/rmzamora-cache/feed)WikiDiscussions 2.5.0 Synced 3d ago

READMEChangelogDependencies (7)Versions (3)Used By (1)

Cache
=====

[](#cache)

[![Build Status](https://camo.githubusercontent.com/66bd34e169fb9088d5a701f7445fb2fd30f434d4643cf3e4782ba0030254f204/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f736f6e6174612d70726f6a6563742f63616368652e706e67)](https://secure.travis-ci.org/#!/sonata-project/cache)

Cache is a small library to handle cache backend, the library also handle counter.

### Installation using Composer

[](#installation-using-composer)

Add the dependency:

```
php composer.phar require sonata-project/cache
```

If asked for a version, type in 'dev-master' (unless you want another version):

```
Please provide a version constraint for the sonata-project/cache requirement: dev-master
```

### Cache Usage

[](#cache-usage)

```
