dev-master
9999999-dev https://github.com/toaotc/ApcBundleApc Bundle for Symfony2
MIT
The Requires
by Enrico Thies
clear apc cache
Apc Bundle for Symfony2
This Bundle clears the APC cache on the very first request after cache warmup., (*1)
Add this bundle to your composer.json
file:, (*4)
{ "require": { "toa/apc-bundle": "dev-master" } }
Register the bundle in app/AppKernel.php
:, (*5)
// app/AppKernel.php public function registerBundles() { return array( // ... new Toa\Bundle\ApcBundle\ToaApcBundle(), ); }
Set the bundle's configuration in app/config/config.yml
:, (*6)
# app/config/config.yml toa_apc: auto_clear: opcode: true # system cache user: true # user cache
Apc Bundle for Symfony2
MIT
clear apc cache