formsCache: Map<string, MargaritaForm<any>> = ...

Forms cache is to store forms in memory to avoid creating new forms. Cache is cleared when the app is reloaded.