Member Junction
    Preparing search index...

    Global singleton cache for conversation-related entities. Maintains single instances of entities to prevent race conditions and ensure all components see the same object state.

    Pattern: Instead of creating new entity instances with GetEntityObject() everywhere, request entities from this cache. The cache returns the same instance each time, so when one component updates entity.Status = 'Complete', all other components see that change immediately without needing to reload from the database.

    Index

    Constructors

    Accessors

    Methods