Name | Description | |
---|---|---|
Alter | Overloaded. Alters cache for a salesforce object. | |
Create | Overloaded. Creates cache for the Salesforce table. | |
CreateForAll | Creates cache for all the tables. | |
Disable | Overloaded. Temporary disables caching for a Salesforce table. Cache data and settings are not deleted, hovever all the data from this table will be retrieved from Salesforce service directky, bypassing the cache. | |
Drop | Overloaded. Deletes the cache for the specified Salesforce table. | |
Enable | Overloaded. Enables cache for the Salesforce cache, for which cache was previously disabled. | |
Exists | Checks whether cache for the specified Salesforce table exists. | |
ExistsAndEnabled | Checks whether the cache for the specified Salesforce table exists and is enabled. | |
GetCachedTables | Returns the list of cached Salesforce tables. | |
GetCacheItem | Returns a SalesforceCacheItem object containing cache settings for the specified cache. | |
Refresh | Overloaded. Refreshes the cache for the specified table. | |
RefreshMetadata | Refreshes the metadata cache for the connection. |