cancel
Showing results for 
Search instead for 
Did you mean: 

How do you enable caches?

SOLVED

How do you enable caches?

I have just seen that some of my caches are disabled, but when I select them, there is nowhere to enable them.  I think this was done by someone working on my site for me, but I don't know why he would have intentionally disabled these ones???

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How do you enable caches?

Hi @bigbob2 

You can enable magento cache by using below command:

php bin/magento cache:enable

For confirm you cache enable or not try to run below command :

php bin/magento cache:status

cache_status.png

 

If all list of cache showing like as image showing, it means cache is enable.
It may help you!
Problem Solved? Please click on 'Kudos' & Accept as Solution!

Problem solved? Click Accept as Solution!

View solution in original post

2 REPLIES 2

Re: How do you enable caches?

Hi @bigbob2 

You can enable magento cache by using below command:

php bin/magento cache:enable

For confirm you cache enable or not try to run below command :

php bin/magento cache:status

cache_status.png

 

If all list of cache showing like as image showing, it means cache is enable.
It may help you!
Problem Solved? Please click on 'Kudos' & Accept as Solution!

Problem solved? Click Accept as Solution!

Re: How do you enable caches?

Perfect, thanks so much!