简体   繁体   中英

Action is cached in Controller in CakePHP

When i try to reach /controllername/action1

It finds and runs it, when i add some code into action1 , browser shows the old action's results. It seems like function is cached.

But in my app/tmp/cache folder there is no file with action's or controller's name.

I tried Cache::clear() - But the result is the same. My debug level is 2 .

How can I fix this problem ?

I found out that the problem is with my network card. I solved issue. Thanks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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