revamp cache service

This commit is contained in:
Athou
2013-07-25 10:21:11 +02:00
parent bdb30a60c3
commit 73f2871235
13 changed files with 285 additions and 124 deletions

View File

@@ -69,6 +69,6 @@ public class FeedUpdateService {
}
feedEntryDAO.saveOrUpdate(entry);
metricsBean.entryInserted();
cache.invalidateUserData(users.toArray(new User[0]));
cache.invalidateUnreadCount(subscriptions.toArray(new FeedSubscription[0]));
}
}