Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to disable caching completely in Cakephp?

    • 0
    • 3
    • 2
    • 1
    • 0
    • 0
    • 0
    • 0
    • 1.15k
    Comment on it

    Hello if you want to disable you website's caching complety you just need to write configure code in core.php file

    ex You will have to look into /app/config/core.php and look for the line Open app/config/core.php file and try to find

    Configure::write('Cache.disable', true);
    

    And now you can see from your web browser that caching has disabled for the site.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: