PHPackages                             phpfluent/cachebundle - 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. phpfluent/cachebundle

ActiveSymfony-bundle[Caching](/categories/caching)

phpfluent/cachebundle
=====================

A fluent cache bundle for Symfony 2.

251PHP

Since Feb 24Pushed 13y ago1 watchersCompare

[ Source](https://github.com/PHPFluent/CacheBundle)[ Packagist](https://packagist.org/packages/phpfluent/cachebundle)[ RSS](/packages/phpfluent-cachebundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

CacheBundle
===========

[](#cachebundle)

A fluent cache bundle for Symfony 2.

Installation
============

[](#installation)

composer require phpfluent/cachebundle

Update the settings.yml file

```
services:
    cache:
        class: Doctrine\Common\Cache\ApcCache
```

Register the bundle

```
