Uses of Class
ch.claudio.pediacache.data.CachedPage

Packages that use CachedPage
ch.claudio.pediacache.data   
ch.claudio.pediacache.model   
 

Uses of CachedPage in ch.claudio.pediacache.data
 

Methods in ch.claudio.pediacache.data that return CachedPage
 CachedPage SearchResult.getResult()
           
 

Uses of CachedPage in ch.claudio.pediacache.model
 

Methods in ch.claudio.pediacache.model that return CachedPage
static CachedPage Cache.fetchPage(java.net.URL url, Source associatedSource, int priority)
          Get page from cache or from Internet.
static CachedPage Cache.getPage(java.net.URL url)
          Retrieve a page from cache given the URL.
 

Methods in ch.claudio.pediacache.model that return types with arguments of type CachedPage
static java.util.List<CachedPage> Cache.getLastPages()
          Retrieve the last few pages.