Uses of Class
net.sourceforge.java.feednread.backend.cache.NewsFeedCache

Packages that use NewsFeedCache
net.sourceforge.java.feednread.backend.cache Provides classes for in memory as well as persistent caching of NewsFeed model objects. 
 

Uses of NewsFeedCache in net.sourceforge.java.feednread.backend.cache
 

Fields in net.sourceforge.java.feednread.backend.cache declared as NewsFeedCache
private static NewsFeedCache NewsFeedCache.SINGLE_INSTANCE
           
 

Methods in net.sourceforge.java.feednread.backend.cache that return NewsFeedCache
static NewsFeedCache NewsFeedCache.getInstance()
           Gets the singleton instance of this NewsFeedCache.