From: Olaf H. <ha...@in...> - 2010-12-16 19:14:34
|
Hey Fahad, On Thursday 16 December 2010 19:50:14 Fahad Alahmari wrote: > [...] > In terms of using SWCILib, how can I avoid the issue of query results > caching. SWClLib does not cache query result. The only thing that SWClLib does which can be understood as something like caching is that it reuses the queried dataset for subsequent queries. This means, it keeps all RDF graphs retrieved during the execution of a query and uses these graphs as the seed data for the execution of the next query. If you want to start the execution of a query with an empty queried dataset, you may use the 'clear' method of the 'SemanticWebClient' object. Or are you talking about SQUIN, which, indeed, caches query results? You can disable the query result cache in SQUIN by using the configuration option squin.servlet.useQueryResultCache - see: http://sourceforge.net/apps/mediawiki/squin/index.php?title=Configure_a_SQUIN_service Greetings, Olaf |