Interface Caches
-
public interface CachesThe interfacesCachesis a collection ofCache. It is usually grouped at the project level.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cacheget(int i)Returns theCacheobject at the specified index.intgetCount()Returns the number ofCacheobjects in this collection.java.lang.StringgetProjectDSSID()Returns the DSSID of the project to which the cache belongs.java.lang.StringgetProjectName()Returns the name of the project to which the cache belongs.
-
-
-
Method Detail
-
get
Cache get(int i)
Returns theCacheobject at the specified index.- Parameters:
i- the index of aCacheobject- Returns:
- the
Cacheobject at the specified index.
-
getProjectName
java.lang.String getProjectName()
Returns the name of the project to which the cache belongs.- Returns:
- the project name.
-
getProjectDSSID
java.lang.String getProjectDSSID()
Returns the DSSID of the project to which the cache belongs.- Returns:
- the project DSSID.
-
getCount
int getCount()
Returns the number ofCacheobjects in this collection.- Returns:
- the number of
Cacheobjects
-
-