In This Topic
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.
Overload List
Overload | Description |
Disable(String) | 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. |
Disable(SalesforceCacheItem) | 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. |
See Also