igdr/cache-bundle

There is no license information available for the latest version (dev-master) of this package.

Cache Bundle

Installs: 969

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:symfony-bundle

dev-master 2016-01-05 14:46 UTC

This package is not auto-updated.

Last update: 2024-03-16 15:19:15 UTC


README

Installation

Add the bundle to your composer.json:

"igdr/cache-bundle" : "dev-master"

and run:

php composer.phar update

Then add the CacheBundle to your application kernel:

// app/IgdrKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Igdr\Bundle\CacheBundle\IgdrCacheBundle(),
        // ...
    );
}

Add configuration to config.yml

igdr_cache:
    cache_provider: doctrine_cache.providers.app_cache