Files
php7-mysql-data/Kapitel_10/Lektion_4/symfony/vendor/doctrine/doctrine-cache-bundle
2016-08-21 00:15:10 +02:00
..
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00
2016-08-21 00:15:10 +02:00

DoctrineCacheBundle

Symfony Bundle for Doctrine Cache.

Master: Build Status

Master: Coverage Status

Installation

  1. Add this bundle to your project as a composer dependency:
composer require doctrine/doctrine-cache-bundle
  1. Add this bundle in your application kernel:

    // app/AppKernel.php
    public function registerBundles()
    {
        // ...
        $bundles[] = new \Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle();
    
        return $bundles;
    }
    

Read the documentation to learn how to configure and use your own cache providers.