FPM and CLI caches are [not shared](http://stackoverflow.com/questions/12860487/is-apc-opcode-cache-shared-between-php-fpm-pools-workers), so we need to do the same as the [ApcBundle](http://stackoverflow.com/questions/12860487/is-apc-opcode-cache-shared-between-php-fpm-pools-workers): - In the config, set a public data directory - Create a php file to clear the cache - Call via Zend\Http\Client the php file via HTTP - Remove the file