afs commented on issue #1374: URL: https://github.com/apache/jena/issues/1374#issuecomment-1153150788
Where does `Query` cache functions? Do you mean in "E_Function"? `QueryExecution.create(...).context(cxt)...` will use that and only that context. `QueryExecutionFactory` provides common cases - and it had grown into a bit too large. The new-style builders are better for detailed setup. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
