CacheTolerance Property (C1ConnectionStringBuilder)
In This Topic
The cache expiration interval of time given in seconds. Default value is 600 seconds.
Syntax
'Declaration
Public Property CacheTolerance As Integer
public int CacheTolerance {get; set;}
See Also