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???
Solved! Go to Solution.
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
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!
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
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!
Perfect, thanks so much!