Set Schedule Properties

Sets the schedule properties of a cache group for a package.

Syntax

void setCacheGroupSchedule(String cacheGroupName, CacheGroupScheduleVO cacheGroupSchedule) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples