dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCache Class / Disable Method / Disable(SalesforceCacheItem) Method
A SalesforceCacheItem object containing cache settings for a single table to disable cache for.

In This Topic
    Disable(SalesforceCacheItem) Method
    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.
    Syntax
    'Declaration
     
    Public Overloads Sub Disable( _
       ByVal cacheItem As SalesforceCacheItem _
    ) 
    public void Disable( 
       SalesforceCacheItem cacheItem
    )

    Parameters

    cacheItem
    A SalesforceCacheItem object containing cache settings for a single table to disable cache for.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also