CoreConfigSettingIdsMembershipObjectCacheEntryLifetime Field

The approximate time that an account, group, or tenant will be cached in memory 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 MembershipObjectCacheEntryLifetime

Field Value

Type: Guid
Remarks

The value of this constant is 74f4ded3-a59d-45ef-9f56-dc9f8524c6f9.

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 accounts, groups, and tenants.

See Also