Cache Groups Retrieval

Retrieves a list of cache groups for a package.

Syntax

Collection<CacheGroupVO> getCacheGroups() throws SUPAdminException;

Returns

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

Examples