Is it possible to remove a single file from PHP APC cache?

2.2k Views Asked by At


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!

1

There are 1 best solutions below

4
On

Would you believe

apc_delete_file()

or you can do it manually using apc.php