Month: March 2016

magento 2

Magento Caching

1)su <Magento file system owner> -s /bin/bash -c <command> 2) export PATH=$PATH:/var/www/html/magento2/bin View the cache status magento cache:status Enable or disable cache types Magento cache:enable ... magento cache:disable ... Clean and flush cache types magento cache:clean ... magento cache:flush ......