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.
'Declaration
Public Overloads Sub Disable( _
ByVal As String _
)
Parameters
- tableName
- The name of the table to disable cache for.