CoreConfigSettingIdsFileSystemCacheEntryLifetime Field

The approximate time that a file system entry will be cached before it becomes invalid.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static readonly Guid FileSystemCacheEntryLifetime

Field Value

Type: Guid
Remarks

The value of this constant is 9ff6c95c-ff5d-445b-ad8f-baea18225b3b.

Data Type: TimeSpan. Default Value: 300 seconds.

For single-server deployments, this should be set to something relatively long (e.g. 5 minutes). On multi-server deployments (e.g. server farms), it should be shorter (e.g. 30 seconds). A value of zero disables caching of file system entries.

See Also