Purge Online Cache

Purges the online cache at the package level. The purge can be done synchronously or asynchronously.

Syntax

void purgeOnlineCacheGroup(Boolean synchronous) throws SUPAdminException;

Returns

If successful, purges the online cache using current settings. If unsuccessful, returns SUPAdminException.

Examples