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 (24.3.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.
Tenant1024 The tenant cache. See MembershipObjectCacheEntryLifetime and MembershipObjectInfoCacheEntryLifetime.
Tokens65536 The token cache. See TokenDefinitionCacheEntryLifetime.
DataResult131072 The data result cache. See ResultCacheLifetime and ResultCacheMaxMegabytes.
Hierarchy262144 The hierarchy cache. See HierarchyCacheLifetime and HierarchyCacheMaxMegabytes.
OlapCube524288 The OLAP cube cache. See OlapCacheLifetime and OlapCacheMaxMegabytes.
All985027All caches.
See Also