RemoteGlobalCache Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the class that is used to cache and synchronize objects.
The RemoteGlobalCache type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RemoteGlobalCache | Initializes a new instance of the RemoteGlobalCache class. |
Top
Properties
Name | Description | |
---|---|---|
ElementTable | Gets the underlying hash table. |
Top
Methods
Name | Description | |
---|---|---|
AddDataSource | Adds a data source to the cache. | |
AddFilter | Adds a filter to the cache. | |
AddIndicator | Adds an indicator to the cache. | |
AddKpi | Adds a key performance indicator (KPI) to the cache. | |
AddReportView | Adds a report to the cache. | |
AddScorecard | Adds a scorecard to the cache. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDashboard | Gets a dashboard from the cache. | |
GetDataSource | Gets a data source from the cache. | |
GetFilter | Gets a filter from the cache. | |
GetHashCode | (Inherited from Object.) | |
GetIndicator | Gets an indicator from the cache. | |
GetKpi | Gets a key performance indicator (KPI) from the cache. | |
GetKpiMeasure | Gets a key performance indicator (KPI) measure. | |
GetReportView | Gets a report from the cache. | |
GetScorecard | Gets a scorecard from the cache. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top