[]
        
(Showing Draft Content)

C1.DataCollection.C1CacheDataCollection-1.ClearCache

ClearCache Method

ClearCache(int?, int?)

Clears the cached items between the selected indexes.

Declaration
public void ClearCache(int? fromIndex = null, int? toIndex = null)
Public Sub ClearCache(Optional fromIndex As Integer? = Nothing, Optional toIndex As Integer? = Nothing)
Parameters
Type Name Description
int? fromIndex

From index.

int? toIndex

To index.