cache unread count

This commit is contained in:
Athou
2013-07-03 12:42:01 +02:00
parent aab83043bd
commit ef4dfe2ff5
10 changed files with 112 additions and 25 deletions

View File

@@ -75,7 +75,7 @@ public class FeedUpdateService {
users.add(sub.getUser());
}
cache.invalidateRootCategory(users.toArray(new User[0]));
cache.invalidateUserData(users.toArray(new User[0]));
feedEntryDAO.saveOrUpdate(update);
feedEntryStatusDAO.saveOrUpdate(statusUpdateList);
metricsBean.entryUpdated(statusUpdateList.size());