Author: wikier
Date: Tue Sep  9 07:48:48 2014
New Revision: 1623678

URL: http://svn.apache.org/r1623678
Log:
added some documentation about the default cache providers

Modified:
    marmotta/site/trunk/content/markdown/platform/ldcache-module.md.vm

Modified: marmotta/site/trunk/content/markdown/platform/ldcache-module.md.vm
URL: 
http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/platform/ldcache-module.md.vm?rev=1623678&r1=1623677&r2=1623678&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/platform/ldcache-module.md.vm 
(original)
+++ marmotta/site/trunk/content/markdown/platform/ldcache-module.md.vm Tue Sep  
9 07:48:48 2014
@@ -22,6 +22,18 @@ Where:
 * `Mimetype` (optional) defines the expected mimetype for those requests.
 * `Expiry Time` sets the resources' expiration time (in seconds) for the cache.
 
+By default the platform already comes with some providers ready to use:
+
+* `ld cache` uses another Marmotta instance as cache backend.
+* `none`/`NONE` backlist resources that should not me cached.
+* `linked data` is the default one, which just directly requests the resource.
+* `regexuri` allows you to perform basic URI rewriting before requesting the 
resource.
+* `sparql` retrive via SPARQL `DESCRIBE` queries the resources.
+
+New [LDClient provider](../ldclient/dataproviders) can be added to the 
launcher.
+Please, take a look to the [LDClient Support 
Modules](../ldclient/dataproviders#Support_Modules)
+in case such abstract base classes would be useful to implement your custom 
data providers. 
+
 Example
 -------
 


Reply via email to