I've got PHP APC running on my CentOS server, with apc.stat = 0 for performance reasons
There are certain PHP files that change fairly frequently that i'd like to be able to remove from the APC cache at will - is is possible to remove single files from the cache?
Thanks in advance!
Would you believe
apc_delete_file()
or you can do it manually using apc.php