DocumentUltimateWebConfigurationCacheWaitTimeout Property
Gets or sets a value that specifies the maximum amount of time to wait for a cached item to be available (wait for a file lock from other threads or
processes to become available, i.e. wait for an ongoing caching of the same file to complete) before giving up on the cache request.
The default value is 5 minutes.
In string representation, value in format "d" is considered days (e.g. "30" is 30 days) and value in format "hh:mm" is considered hours and minutes
(e.g. "1:30" is 1 hour and 30 minutes). Note that "24:00" would mean 24 days as hour range is 0 to 23 and minute range is 0 to 59.
See
Parse(String) documentation for details on possible string representations.
Namespace: GleamTech.DocumentUltimate.AspNetAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public TimeSpan CacheWaitTimeout { get; set; }
Public Property CacheWaitTimeout As TimeSpan
Get
Set
Property Value
TimeSpan