Schedule Properties Retrieval

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

Syntax

CacheGroupScheduleVO getCacheGroupSchedule(String cacheGroupName) throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples