CacheKinds Enumeration

Specifies the various kinds of caches employed by the application.

Namespace: Dundas.BI.Utility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[FlagsAttribute]
public enum CacheKinds
Members
Member nameValueDescription
None0No cache.
FileSystem1 The DBI file system cache. See FileSystemCacheEntryLifetime.
Entity2 The entity cache. See EntityCacheMaxMegabytes.
Session64 The session cache. See SessionCacheEntryLifetime.
Account128 The account cache. See MembershipObjectCacheEntryLifetime and MembershipObjectInfoCacheEntryLifetime.
Group256 The group cache. See MembershipObjectCacheEntryLifetime and MembershipObjectInfoCacheEntryLifetime.
CustomAttributes512 The custom attribute cache. See CustomAttributeDefinitionCacheEntryLifetime.
Tenant1,024 The tenant cache. See MembershipObjectCacheEntryLifetime and MembershipObjectInfoCacheEntryLifetime.
Tokens65,536 The token cache. See TokenDefinitionCacheEntryLifetime.
DataResult131,072 The data result cache. See ResultCacheLifetime and ResultCacheMaxMegabytes.
Hierarchy262,144 The hierarchy cache. See HierarchyCacheLifetime and HierarchyCacheMaxMegabytes.
OlapCube524,288 The OLAP cube cache. See OlapCacheLifetime and OlapCacheMaxMegabytes.
All985,027All caches.
See Also