Purge Synchronization Cache

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

Syntax

void purgeSyncCacheGroup(Boolean synchronous) throws SUPAdminException;

Returns

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

Examples