How do you refresh the cached version of this config using Magento CLI?

You are working on a custom web API endpoint and have configured it in etc/webapi.xml. This config is cached as part of the config_webservice cache type.
Keeping performance in mind, how do you refresh the cached version of this config using Magento CLI?
A. cache:clean config_webservice
B. cache:refresh config_webservice
C. cache:flush
D. cache:purge

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “How do you refresh the cached version of this config using Magento CLI?

  1. Answer: A

    You can clean and flush particular cache using

    magento cache:clean [type] … [type]
    magento cache:flush [type] … [type]

    But here not found the cache refresh command.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.