PHP features a new code caching module called OPCache. Symfony2 recommended to use ApcClassLoader (based on APC) or XcacheClassLoader (based on XCache) to cache the mapping from a class to its containing file. My server (Apache 2.4 with PHP 5.6) use OpCache.
- Is there an alternative "cache mapping" for
OpCache? I have not found. - I can use
APCandOpCachetogether (I could use ApcClassLoader)? I think not.
