Interface DesktopCacheProvider

    • Method Detail

      • getDesktopCache

        DesktopCache getDesktopCache​(Session session)
        Returns a desktop cache of the specified session.

        The implementation might ignore session and use a global cache instead. Moreover, it might implement a cache supporting clustering.

      • sessionDestroyed

        void sessionDestroyed​(Session session)
        Called when a session is destroyed. If the provider is session-based, it has to remove relevant desktops. If not, it might ignore this method.

        Application shall never access this method.

      • start

        void start​(WebApp wapp)
        Starts the provider.
      • stop

        void stop​(WebApp wapp)
        Stops the provider.