dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCache Class
Methods

In This Topic
    SalesforceCache Class Members
    In This Topic

    The following tables list the members exposed by SalesforceCache.

    Public Methods
     NameDescription
    Public MethodOverloaded. Alters cache for a salesforce object.  
    Public MethodOverloaded. Creates cache for the Salesforce table.  
    Public MethodCreates cache for all the tables.  
    Public MethodOverloaded. 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.  
    Public MethodOverloaded. Deletes the cache for the specified Salesforce table.  
    Public MethodOverloaded. Enables cache for the Salesforce cache, for which cache was previously disabled.  
    Public MethodChecks whether cache for the specified Salesforce table exists.  
    Public MethodChecks whether the cache for the specified Salesforce table exists and is enabled.  
    Public MethodReturns the list of cached Salesforce tables.  
    Public MethodReturns a SalesforceCacheItem object containing cache settings for the specified cache.  
    Public MethodOverloaded. Refreshes the cache for the specified table.  
    Public MethodRefreshes the metadata cache for the connection.  
    Top
    See Also