I would like to cache only specific files with OPCache... I know I can do that with opcache_compile_file but OPCache keeps caching all other files used by the server.
I also know that I can use opcache.blacklist_filename to prevent folder from being cached... But what if I want to cache only a specific directory. Can't figure how to use blacklist to cache nothing except a specific path... I would rather use a whitelist...
Anyone know how to do that ?
Sorry for my poor english.