that is every time user click on the Link of the RSS Feed it will not make connection it just check with the cache ..... if page is in cache load it from cache... otherwise make connection with Server
You would typically use RSS for sites whose content changes often (such as news feeds) so I'd suggest caching RSS Items is not necessarily something
you should be trying to do (that is, unless there is a <ttl /> element in the Item, in which case you should briefly cache it). You certainly don't want to use Hibernate, largely because you can't. I'd look at an open source RSS parser (have a Google) - some of them will undoubtably perform TTL caching.