-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
4.3 RC1
Those maps should be replaced by Cache objects
/** * Cache containing view metadata sets * @deprecated use {@link #_viewCache} instead */ @Deprecated private Map<String, Map<String, MetadataSet>> _cacheForView = new HashMap<>(); /** * Cache containing edition metadata sets * @deprecated use {@link #_viewCache} instead */ @Deprecated private Map<String, Map<String, MetadataSet>> _cacheForEdition = new HashMap<>(); /** * Cache containing content types' views * The key is a cache identifier that is a concatenation of the identifiers of the concerned content types and mixins * The value is a Map containing the views by their names */ private Map<String, Map<String, View>> _viewCache = new HashMap<>();
- Dépend de
-
RUNTIME-3268 Centralized cache management
-
- Closed
-
[CMS-10096] Migrate ContentTypesHelper to new cache system
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Ready to merge [ 10208 ] | New: Resolved [ 5 ] |
Status | Original: Functional review OK [ 10207 ] | New: Ready to merge [ 10208 ] |
Status | Original: Available for review [ 10005 ] | New: Functional review OK [ 10207 ] |
Rank | New: Ranked higher |
Rank | New: Ranked higher |
Assignee | Original: Simon Prieul [ sprieul ] | New: Raphaël Franchet [ raphael ] |
Assignee | New: Simon Prieul [ sprieul ] |
Sprint | New: 4.3 M8 [ 40 ] |
Status | Original: Open [ 1 ] | New: Available for review [ 10005 ] |