是否可以从 PHP APC 缓存中删除单个文件?
我的 CentOS 服务器上运行着 PHP APC,出于性能原因,使用 apc.stat = 0
某些 PHP 文件更改得相当频繁,我希望能够从 APC 中删除它们随意缓存 - 是否可以从缓存中删除单个文件?
提前致谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你相信
apc_delete_file()
还是你可以做到手动使用 apc.php
Would you believe
apc_delete_file()
or you can do it manually using apc.php