CanCacheDimension(DimensionObj: IMetabaseObject): Boolean;
DimensionObj. Repository dictionary.
The CanCacheDimension method checks if data of the specified dictionary can be cached.
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:
Calendar dictionary (ICalendarDimension);
Composite dimension of virtual cube (ICompoundDimension);
Scenario dimensions of modeling container (IMsScenarioDimension).
See also: