Once you have configured your server to use OPcache, does your app need to interact with it like you do with memcached or redis? Or, is it a set and forget kind of cache that your app can simply sit on top of?
What if you update your php file, does OPcache handle the invalidation of cache files automatically?