Purges synchronization cache at the package level. The purge can be done synchronously or asynchronously.
void purgeSyncCacheGroup(Boolean synchronous) throws SUPAdminException; void purgeSyncCacheGroup(SyncCachePurgeOptionVO optionVO,java.lang.Boolean synchronous) throws SUPAdminException
If successful, purges synchronization cache using current settings. If unsuccessful, returns SUPAdminException.
suppkg.purgeSyncCacheGroup(false);