-
Improvement
-
Resolution: Fixed
-
Major
-
2.4.0
-
None
-
4.4 RC1
-
1 - Middle term
-
2 - Normal
Those maps should be replaced by Cache objects
/** Map of PostDateCache by workspace, site and sitemap/language. */ protected Map<String, Map<String, Map<String, PostDateCache>>> _postsByDate; /** Map of PostTagCache by workspace, site and sitemap/language. */ protected Map<String, Map<String, Map<String, PostTagCache>>> _postsByTag; /** Map of PostDateCache by workspace, site and sitemap/language. */ protected Map<String, Map<String, Map<String, AllPostCache>>> _allPosts; /** Map of FuturePostCache by workspace, site and sitemap/language. */ protected Map<String, Map<String, Map<String, FuturePostCache>>> _futurePostsCache; /** Caches are initialized by workspace, site and sitemap/language. */ protected Map<String, Map<String, Map<String, Boolean>>> _initialized; /** Future caches are updated by workspace, site and sitemap/language. */ protected Map<String, Map<String, Map<String, Date>>> _lastUpdateFuturePosts;
- Dépend de
-
RUNTIME-3268 Centralized cache management
- Closed