diff rdf/PluginRDFDescription.cpp @ 461:2019d89ebcf9

* Some work on querying and cacheing plugin RDF from a central index
author Chris Cannam
date Fri, 17 Oct 2008 15:26:29 +0000
parents ef14acd6d102
children 957e6a5c8495
line wrap: on
line diff
--- a/rdf/PluginRDFDescription.cpp	Fri Oct 17 13:32:55 2008 +0000
+++ b/rdf/PluginRDFDescription.cpp	Fri Oct 17 15:26:29 2008 +0000
@@ -159,8 +159,11 @@
 
     if (FileSource::isRemote(url) &&
         FileSource::canHandleScheme(url)) {
+        
+        //!!! persistent with expiry
 
-        m_source = new FileSource(url);
+        m_source = new FileSource(url, 0, FileSource::PersistentCache);
+
         if (!m_source->isAvailable()) {
             delete m_source;
             m_source = 0;