CheckHasDimension(DimensionObj: IMetabaseObject): Boolean;
DimensionObj. Repository dictionary.
The CheckHasDimension method checks if there is cached data for the specified repository dictionary.
The method returns True if cache contains cached dictionary data, and False if the dictionary is not yet cached. Use the PrepareDimension method for caching.
The example of use is given in description of the IInMemManager.GetDimension method.
See also: