Uploaded image for project: 'User Directory'
  1. User Directory
  2. UD-188

Migrate UserDirectoryPageHandler to new cache system

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 2.6.0
    • None
    • None
    • 4.6 M1

      Those maps should be replaced by Cache objects

      /** The user directory root pages, indexed by workspace, site and sitemap name. */
       protected Map<String, Map<String, Map<String, Set<String>>>> _userDirectoryRootPages;
       /** The list of transitional page workspace --&gt; contentType --&gt; (key : page name -- list&lt;&gt; children pages names) */
       protected Map<String, Map<String, Map<String, SortedSet<String>>>> _transitionalPagesCache;
       /** The list of user page workspace --&gt; v --&gt; (key : page name --&gt; Map(page name, content id)) */
       protected Map<String, Map<String, Map<String, Map<String, String>>>> _userPagesCache;

            laurence Laurence Aumeunier
            kbourgoin Kepa Bourgoin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: