是否可以从 PHP APC 缓存中删除单个文件?

发布于 2024-10-16 15:25:01 字数 155 浏览 1 评论 0原文


我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

香橙ぽ 2024-10-23 15:25:01

你相信

apc_delete_file()

还是你可以做到手动使用 apc.php

Would you believe

apc_delete_file()

or you can do it manually using apc.php

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文