Search code examples
phpcachingsymfonyapc

Extend Symfony 2 cache:clear command to clear APC as well


Is there a way to extend Symfony 2 cache:clear command to clear APC as well or to do some other logic?


Solution

  • You may use ApcBundle to do this.