aem_clear_cache
Clear AEM caches including dispatcher, clientlibs, or all caches using specified host, port, and credentials to optimize performance.
Instructions
Clear various AEM caches
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cacheType | No | Type of cache to clear | all |
host | No | AEM host (default: localhost) | localhost |
password | No | AEM password (default: admin) | admin |
port | No | AEM port (default: 4502) | |
username | No | AEM username (default: admin) | admin |