[
https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962385#comment-14962385
]
ASF GitHub Bot commented on JENA-626:
-------------------------------------
Github user ajs6f commented on a diff in the pull request:
https://github.com/apache/jena/pull/95#discussion_r42321146
--- Diff:
jena-arq/src/main/java/org/apache/jena/sparql/resultset/TSVOutput.java ---
@@ -97,6 +97,63 @@ public void format(OutputStream out, ResultSet resultSet)
w.flush() ;
}
+ @Override
+ public void format(OutputStream out, ResultSet resultSet,
StringBuilder cacheBuilder)
--- End diff --
See comments above on `CSVOutput`.
> SPARQL Query Caching
> --------------------
>
> Key: JENA-626
> URL: https://issues.apache.org/jira/browse/JENA-626
> Project: Apache Jena
> Issue Type: Improvement
> Reporter: Andy Seaborne
> Labels: java, linked_data, rdf, sparql
>
> Add a caching layer to Fuseki to cache the results of SPARQL Query requests.
> This cache should allow for in-memory and disk-based caching, configuration
> and cache management, and coordination with data modification.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)