[
https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15020659#comment-15020659
]
ASF GitHub Bot commented on JENA-626:
-------------------------------------
Github user samaitra commented on the pull request:
https://github.com/apache/jena/pull/95#issuecomment-158677977
Hi
Please find updates on the PR.
**Capturing output**
This change is complete. Added class ResponseOutputStream to capture the
result while written on OutputStream
**Caching and content negotiation**
The Cache Key now contain ResponseType ContentType.
**Cache invalidation**
The SPARQL_Update servlet now invalidates the cache.
**Configuration and Control**
The SPARQL_Query_Cache now catches the requests and only passes the request
to SPARQL_Query in case of cache miss.
**Reuse the Guava already in Jena**
Complete. I have cleaned up the CacheStore, CacheClient CacheGuavaClient
implementation classes as well. Only CacheAction and CacheEntry classes are
present to control cache operations and to wrap the result sets.
**Documentation and tests**
I am currently working on the units tests and documentation.
> 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)