* editor though.
*/
public void flushSuggestionCompletionCache(final String packageName, RuleAsset asset) {
if ( AssetFormats.isPackageDependency( asset.getFormat() ) ) {
LoadingPopup.showMessage( constants.RefreshingContentAssistance() );
eventBus.fireEvent(new RefreshModuleDataModelEvent(packageName,
new Command() {
public void execute() {
//Some assets depend on the SuggestionCompletionEngine. This event is to notify them that the
//SuggestionCompletionEngine has been changed, they need to refresh their UI to represent the changes.
eventBus.fireEvent(new RefreshSuggestionCompletionEngineEvent(packageName));