SqlClient CacheAccessTimeout Property Nemiro.Data.dll
Waiting time gain access to the entry of file cache (File). After this time, if the file entry are not available, an exception is thrown.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public TimeSpan CacheAccessTimeout { get; set; }

Property Value

Type: TimeSpan
Default value is Zero.
Remarks

Is used only if the property CacheType value has File.

Minimal 100 milliseconds.

At the time of waiting, the current thread can be blocked for 100 milliseconds.

See Also