Initial Date: Jan 11, 2005 2004 @author Florian Gnägi
219220221222223224225226227
if (cachedFeed != null) { // return the cache entry return cachedFeed; } else { // create rss feed for user notifications SyndFeed feed = new PersonalRSSFeed(identity, idToken); return feed; } }