N98\Magento\Command\Cache\AbstractCacheCommand::isEnabled PHP Method

isEnabled() public method

public isEnabled ( ) : boolean
return boolean
    public function isEnabled()
    {
        return $this->getApplication()->getMagentoMajorVersion() === Application::MAGENTO_MAJOR_VERSION_1;
    }