webscalenetworks / cachemanager
Webscale Site Cache manager
Installs: 141
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.3
- magento/framework: *
README
Module flushes the Webscale cache for all URLs from Magento
Installation
Composer
composer require webscalenetworks/cachemanager:dev-main php bin/magento module:enable Webscalenetworks_CacheManager php bin/magento setup:upgrade
Manual
To install this package please follow below steps:
- Upload the content of zip file to app/code/Webscalenetworks/CacheManager
- Enable the module using the command 'bin/magento module:enable Webscalenetworks_CacheManager'
- Run setup upgrade 'php bin/magento setup:upgrade'
- Run compile 'php bin/magento setup:di:compile'
Configuration
- Go to your admin panel in Store >> Configuration >> Webscale
- There are 3 fields that need to be filled in as of now: a. API Token. For this you need to go to https://control.webscale.com/dashboard >> click on the profile icon >> create a new api token and copy the key b. Query String - Not applicable c. Application ID (Webscale portal) : this is your application id that is displayed on the dashboard or can also be created from control panel application URL. Connect with Webscale to understand and update this value.