Retrieval of Cache Group Statistics

Retrieves cache group statistics for a package or for an MBO within the specified time range.

Syntax

Collection<CacheGroupPackageStatisticsVO> getCacheGroupPackageStatistics(MonitoredObject monitoredObject, Date startTime, Date endTime) throws SUPAdminException;

Collection<CacheGroupMBOStatisticsVO> getCacheGroupMBOStatistics(MonitoredObject monitoredObject, Date startTime, Date endTime) throws SUPAdminException;

Returns

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

Examples