Uploaded image for project: 'Blog'
  1. Blog
  2. BLOG-159

Migrate BlogCacheManager to new cache system

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 2.4.0
    • 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;

            kbourgoin Kepa Bourgoin
            kbourgoin Kepa Bourgoin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: