Modified: websites/staging/marmotta/trunk/content/platform/ldcache-module.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/ldcache-module.html 
(original)
+++ websites/staging/marmotta/trunk/content/platform/ldcache-module.html Tue 
Sep  9 07:54:59 2014
@@ -368,7 +368,22 @@
 <li><tt>Mimetype</tt> (optional) defines the expected mimetype for those 
requests.</li>
   
 <li><tt>Expiry Time</tt> sets the resources&#x2019; expiration time (in 
seconds) for the cache.</li>
-</ul></div>
+</ul>
+<p>By default the platform already comes with some providers ready to use:</p>
+
+<ul>
+  
+<li><tt>ld cache</tt> uses another Marmotta instance as cache backend.</li>
+  
+<li><tt>none</tt>/<tt>NONE</tt> backlist resources that should not me 
cached.</li>
+  
+<li><tt>linked data</tt> is the default one, which just directly requests the 
resource.</li>
+  
+<li><tt>regexuri</tt> allows you to perform basic URI rewriting before 
requesting the resource.</li>
+  
+<li><tt>sparql</tt> retrive via SPARQL <tt>DESCRIBE</tt> queries the 
resources.</li>
+</ul>
+<p>New <a href="../ldclient/dataproviders">LDClient provider</a> can be added 
to the launcher. Please, take a look to the <a 
href="../ldclient/dataproviders#Support_Modules">LDClient Support Modules</a> 
in case such abstract base classes would be useful to implement your custom 
data providers. </p></div>
 <div class="section">
 <h2>Example<a name="Example"></a></h2>
 <p>The following example specifies a new LDCache endpoint to retrieve DBpedia 
resources using SPARQL:</p>


Reply via email to