IInMemManager.CanCacheDimension

Syntax

CanCacheDimension(DimensionObj: IMetabaseObject): Boolean;

Parameters

DimensionObj. Repository dictionary.

Description

The CanCacheDimension method checks if data of the specified dictionary can be cached.

Comments

The method returns True if dictionary data can be cached, and False if a dictionary does not support caching.

The following dictionary types do no support caching:

See also:

IInMemManager