webscalenetworks/cachemanager

Webscale Site Cache manager

0.0.6 2023-06-13 18:03 UTC

This package is auto-updated.

Last update: 2024-10-13 21:15:09 UTC


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:

  1. Upload the content of zip file to app/code/Webscalenetworks/CacheManager
  2. Enable the module using the command 'bin/magento module:enable Webscalenetworks_CacheManager'
  3. Run setup upgrade 'php bin/magento setup:upgrade'
  4. Run compile 'php bin/magento setup:di:compile'

Configuration

  1. Go to your admin panel in Store >> Configuration >> Webscale
  2. 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.

Authors

Contributors