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.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---