[]
Clears the cached items between the selected indexes.
public void ClearCache(int? fromIndex = null, int? toIndex = null)
Public Sub ClearCache(Optional fromIndex As Integer? = Nothing, Optional toIndex As Integer? = Nothing)
| Type | Name | Description |
|---|---|---|
| int? | fromIndex | From index. |
| int? | toIndex | To index. |