CoreConfigSettingIdsFileSystemCacheEntryLifetime Field |
The approximate time that a file system entry will be cached before it becomes invalid.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static readonly Guid FileSystemCacheEntryLifetime
Public Shared ReadOnly FileSystemCacheEntryLifetime As Guid
public:
static initonly Guid FileSystemCacheEntryLifetime
static val FileSystemCacheEntryLifetime: Guid
Field Value
Guid
RemarksThe 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