The export cache settings task
Use the export cache settings task to display a summary of the current cache settings of the system. When we run the export cache settings task, a summary of your cache settings is generated and set to the SystemOut.log. This summary includes the type of cache that is being used and how it is being applied. For example, basic caching per session or data caching per site.
Run the export cache settings task
cd wp_profile_root/ConfigEngine
./ConfigEngine.sh run-wcm-admin-task-export-cache-settings -DWasPassword=password -DPortalAdminId=username -DPortalAdminPwd=password -Dlibrary=MyLibrary -DinheritPerms=apply -DlibSecurity=trueAn administrator user name and password is not required if the portal administrator user name and password are specified in the PortalAdminId and PortalAdminPwd settings in the wkplc.properties file.
Display cache settings in a browser
We can also display your cache settings in a browser using the following URL:
http://hostname:port/wps/wcm/connect?MOD=ExportCacheSettings&processLibraries=false
Parent topic: Web content administration tools