SalesforceCacheItem Structure Members
In This Topic
The following tables list the members exposed by SalesforceCacheItem.
Public Fields
| Name | Description |
 | Enabled | Indicates whether cache is enabled for the table. |
 | Filter | Determines the condition the object must match to be stored in cache. Must be a valid SQL WHERE clause (without the WHERE keyword). |
 | FullRefresh | Determines the refresh method to use for refreshing cache. |
 | RefreshInterval | Determines the interval between automatic cache refreshing for a table in the cache. |
 | RefreshIntervalUnit | Determines the time unit, the refresh interval is set in. |
 | Status | Indicates the status of the table cache. |
 | TableName | Determines the name of the table, the cache settings of which this SalesforceCacheItem object contain. |
Top
See Also