com.microstrategy.web.objects.admin.monitors.Caches |
The interfaces Caches
is a collection of
Cache
.
It is usually grouped at the project level.
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.
|
Returns the Cache
object at the specified index.
i | the index of a Cache object |
---|
Cache
object at the specified index.
Returns the number of Cache
objects in this collection.
Cache
objects
Returns the DSSID of the project to which the cache belongs.
Returns the name of the project to which the cache belongs.