Uses of Class
net.fortytwo.linkeddata.LinkedDataCache

Packages that use LinkedDataCache
net.fortytwo.linkeddata   
net.fortytwo.linkeddata.dereferencers   
net.fortytwo.linkeddata.sail   
 

Uses of LinkedDataCache in net.fortytwo.linkeddata
 

Methods in net.fortytwo.linkeddata that return LinkedDataCache
static LinkedDataCache LinkedDataCache.createDefault(org.openrdf.sail.Sail sail)
          Constructs a cache with the default settings, dereferencers, and rdfizers.
 

Uses of LinkedDataCache in net.fortytwo.linkeddata.dereferencers
 

Constructors in net.fortytwo.linkeddata.dereferencers with parameters of type LinkedDataCache
HTTPURIDereferencer(LinkedDataCache linkedDataCache)
           
 

Uses of LinkedDataCache in net.fortytwo.linkeddata.sail
 

Methods in net.fortytwo.linkeddata.sail that return LinkedDataCache
 LinkedDataCache LinkedDataSail.getCache()
           
 

Constructors in net.fortytwo.linkeddata.sail with parameters of type LinkedDataCache
LinkedDataSail(org.openrdf.sail.Sail baseSail, LinkedDataCache cache)
           
 



Copyright © 2007-2013. All Rights Reserved.