Uses of Interface
org.eclipse.rdf4j.federated.cache.SourceSelectionCacheFactory
-
Packages that use SourceSelectionCacheFactory Package Description org.eclipse.rdf4j.federated -
-
Uses of SourceSelectionCacheFactory in org.eclipse.rdf4j.federated
Methods in org.eclipse.rdf4j.federated that return SourceSelectionCacheFactory Modifier and Type Method Description SourceSelectionCacheFactory
FedXConfig. getSourceSelectionCacheFactory()
Returns theSourceSelectionCacheFactory
(if any).Methods in org.eclipse.rdf4j.federated with parameters of type SourceSelectionCacheFactory Modifier and Type Method Description FedXConfig
FedXConfig. withSourceSelectionCacheFactory(SourceSelectionCacheFactory factory)
TheSourceSelectionCacheFactory
to be used.
-