public interface

Caches

com.microstrategy.web.objects.admin.monitors.Caches

Class Overview

The interfaces Caches is a collection of Cache. It is usually grouped at the project level.

Summary

Public Methods
abstract Cache get(int i)
Returns the Cache object at the specified index.
abstract int getCount()
Returns the number of Cache objects in this collection.
abstract String getProjectDSSID()
Returns the DSSID of the project to which the cache belongs.
abstract String getProjectName()
Returns the name of the project to which the cache belongs.

Public Methods

public abstract Cache get (int i)

Returns the Cache object at the specified index.

Parameters
i the index of a Cache object
Returns
  • the Cache object at the specified index.

public abstract int getCount ()

Returns the number of Cache objects in this collection.

Returns
  • the number of Cache objects

public abstract String getProjectDSSID ()

Returns the DSSID of the project to which the cache belongs.

Returns
  • the project DSSID.

public abstract String getProjectName ()

Returns the name of the project to which the cache belongs.

Returns
  • the project name.