TCachedGraphic::TCachedGraphic ( const MGraphic& myLine, Boolean lazyCaching = TRUE Boolean optimizeForTranslation = FALSE );
lazyCaching: When this parameter is True, lazy caching is employed to regenerate the cache when the TCachedGraphic is transformed or changes are made to its attribute bundle. Lazy caching means that the cache is regenerated only when it is absolutely necessary.
optimizeForTranslation: When this parameter is True, the cache is optimized for translation.