I need to add a simple call to (new sfAPCCache())->clean(), or to apc_clear_cache() when the command ./symfony cc is performed.
Anyone knows how to achieve this? In which point should I edit my symfony application, or how should i register this additional behavior?