DriveSettingsClientCacheTimeOut Field
IT Hit WebDAV Classes Reference Sets or gets client cache timeout in seconds.
Namespace:
ITHit.MapWebDAVDrive.Core
Assembly:
ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax public int ClientCacheTimeOut
Public ClientCacheTimeOut As Integer
public:
int ClientCacheTimeOut
val mutable ClientCacheTimeOut: int
Field Value
Type:
Int32Default is 10 seconds.
Remarks The requests to server are cached on a client side for the amount of time specified in this property. To avoid any caching set this property to 0. In this case all requests will be sent immediately to server. Note that some applications such as Windows Explorer submit a large number of identical requests to server, so setting this property to 0 may decrease performance.
See Also