[
https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15032407#comment-15032407
]
ASF GitHub Bot commented on JENA-626:
-------------------------------------
Github user samaitra commented on a diff in the pull request:
https://github.com/apache/jena/pull/95#discussion_r46198723
--- Diff: jena-base/pom.xml ---
@@ -50,21 +50,29 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
- </dependency>
-
+ </dependency>
+
<!-- supports persistent data structures -->
<dependency>
<groupId>com.github.andrewoma.dexx</groupId>
<artifactId>dexx-collections</artifactId>
</dependency>
-
+
<!-- Remove when jena-base is used -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
+ </dependency><dependency><groupId>org.apache.jena</groupId>
--- End diff --
@ajs6f I have corrected the pom files. Thank you for reviewing the changes.
> SPARQL Query Caching
> --------------------
>
> Key: JENA-626
> URL: https://issues.apache.org/jira/browse/JENA-626
> Project: Apache Jena
> Issue Type: Improvement
> Reporter: Andy Seaborne
> Assignee: Saikat Maitra
> 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)