-
Improvement
-
Resolution: Fixed
-
Major
-
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 --> contentType --> (key : page name -- list<> children pages names) */ protected Map<String, Map<String, Map<String, SortedSet<String>>>> _transitionalPagesCache; /** The list of user page workspace --> v --> (key : page name --> Map(page name, content id)) */ protected Map<String, Map<String, Map<String, Map<String, String>>>> _userPagesCache;
- Dépend de
-
RUNTIME-3268 Centralized cache management
- Closed