Interface Caches
- 
 public interface CachesThe interfacesCachesis a collection ofCache. It is usually grouped at the project level.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Method SummaryAll 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- 
getCache get(int i) Returns theCacheobject at the specified index.- Parameters:
- i- the index of a- Cacheobject
- Returns:
- the Cacheobject at the specified index.
 
 - 
getProjectNamejava.lang.String getProjectName() Returns the name of the project to which the cache belongs.- Returns:
- the project name.
 
 - 
getProjectDSSIDjava.lang.String getProjectDSSID() Returns the DSSID of the project to which the cache belongs.- Returns:
- the project DSSID.
 
 - 
getCountint getCount() Returns the number ofCacheobjects in this collection.- Returns:
- the number of Cacheobjects
 
 
- 
 
-