Flush your Magento 2 Cache via SSH

If there is no any access of admin. Without login at admin side you can clear the cache or flush cache.
Now, here we are describing the command:
1. Enable the cache use this:
- php bin/magento cache:enable
2. Disable the cache use this:
- php bin/magento cache:disable
3. Flush the cache use this:
- php bin/magento cache:flush
4. Clean the cache in the site:
- php bin/magento cache:clean
Comment(s)
You must be logged in to post a comment.
click here to log in