PHPackages                             winzou/cache-bundle - 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. winzou/cache-bundle

Abandoned → [doctrine/doctrine-cache-bundle](/?search=doctrine%2Fdoctrine-cache-bundle)Symfony-bundle[Caching](/categories/caching)

winzou/cache-bundle
===================

This bundle provides a simple cache management to Symfony2. Now you can use a cache system without reinventing it. It supports Apc, XCache, File, ZendData and Array..

1.0(13y ago)3029.1k9[4 issues](https://github.com/winzou/CacheBundle/issues)[1 PRs](https://github.com/winzou/CacheBundle/pulls)MITPHPPHP &gt;=5.3.0

Since Feb 18Pushed 11y ago4 watchersCompare

[ Source](https://github.com/winzou/CacheBundle)[ Packagist](https://packagist.org/packages/winzou/cache-bundle)[ Docs](https://github.com/winzou/CacheBundle)[ RSS](/packages/winzou-cache-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

winzouCacheBundle
=================

[](#winzoucachebundle)

#### Bundle is deprecated. Use  instead.

[](#bundle-is-deprecated-use-httpsgithubcomdoctrinedoctrinecachebundle-instead)

What's that?
------------

[](#whats-that)

winzouCacheBundle provides a simple cache management. Now you can use a cache system without reinventing it. It supports Apc, XCache, File, ZendData and Array.

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

[](#installation)

### 1. Add this bundle to your project:

[](#1-add-this-bundle-to-your-project)

**Using composer**

Add the following lines in your `composer.json` file:

```
"require": {
    ...
    "winzou/cache-bundle": "dev-master"
}

```

Now, run composer to download the bundle:

```
$ composer update
```

### 2. Add this bundle to your application's kernel:

[](#2-add-this-bundle-to-your-applications-kernel)

```
