CacheTolerance
The tolerance, in seconds, for stale data in the specified cache database.
Data Type
int
Default Value
600
Remarks
When you execute a query for tables in the cache, the driver checks the time elapsed since the last update to the cache.
If the last update to the cache is older than the value of this connection property (measured in seconds), the driver refreshes the cache.
Otherwise, the driver returns data directly from the cache.
Only applies when AutoCache is set to True.