简体   繁体   English

Magento缓存新文件

[英]Magento caching new file

I have created a php file and uploaded it to my Magento server but it's being cached. 我创建了一个php文件并将其上传到我的Magento服务器,但它正在被缓存。 It's a standard .php file, but whenever I amend it, nothing changes. 它是一个标准的.php文件,但每当我修改它时,都没有变化。 This has only just started happening. 这才刚刚开始发生。

Any ideas how I can stop this from happening? 我有什么想法可以阻止这种情况发生吗?

Sounds like your server hosts have installed APC or another "opcode" cache. 听起来您的服务器主机已经安装了APC或其他“操作码”缓存。 I'd start with clearing the APC cache , and if that doesn't help then escalate to your server host's support system. 我首先清除APC缓存 ,如果这没有帮助,则升级到服务器主机的支持系统。 Being able to deploy new code is a reasonable feature to want in a server. 能够部署新代码是服务器中需要的合理功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM