search

Home  >  Q&A  >  body text

There is a cache in the laravel5.2 page, but refreshing does not work. The cache becomes invalid after waiting for a few minutes. What is the reason?

laravel5.2 There is a cache on the page, but refreshing does not work. The cache becomes invalid after waiting for a few minutes. What is the reason?

APP_ENV=local
APP_DEBUG=true

If these two are configured like this, there should be no caching.

伊谢尔伦伊谢尔伦2759 days ago973

reply all(1)I'll reply

  • 迷茫

    迷茫2017-06-20 10:09:14

    The problem is solved because PHP5.6+ has opcache enabled by default

    reply
    0
  • Cancelreply