#FusionCache
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| CacheRecordInfo[] | Items | Gets a list of Izenda.AdHoc.CacheRecordInfo items containing the cached report results stored on the server. | inherited from concrete class |
##Methods
###CacheAllDashboards() Adds all existing dashboards available to the current user to the data cache so their results are available on-demand.
###CacheAllReports() Adds all existing reports and dashboards available to the current user to the data cache so their results are available on-demand.
###CleanUpCache() Removes all files in the data cache that store report results temporarily.
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###RefreshAllCachedDashboards() Updates the data cache that stores report results for the current user with the most recent results for each dashboard.
###RefreshAllCachedReports() Updates the data cache that stores report results for the current user with the most recent results for each report and dashboard.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
