Is it possible for two Angular applications that operate on the same domain to exchange data within the templateCache? Or does each main application module have its own unique cache? I am curious about the circumstances under which a new templateCache is generated.
Additionally, I am unsure if and how the templateCache maintains persistence. Despite checking local storage and cookies, I cannot locate where any information is being stored.