You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/10/18 11:47:50 UTC

svn commit: r1533372 - in /sling/site/trunk/content/documentation: bundles.mdtext bundles/caching-services.mdtext

Author: bdelacretaz
Date: Fri Oct 18 09:47:50 2013
New Revision: 1533372

URL: http://svn.apache.org/r1533372
Log:
Minimal docs for SLING-2555 caching services

Added:
    sling/site/trunk/content/documentation/bundles/caching-services.mdtext
Modified:
    sling/site/trunk/content/documentation/bundles.mdtext

Modified: sling/site/trunk/content/documentation/bundles.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles.mdtext?rev=1533372&r1=1533371&r2=1533372&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles.mdtext Fri Oct 18 09:47:50 2013
@@ -33,4 +33,5 @@ Title: Bundles
 * [Scheduler Service (commons scheduler)]({{ refs.scheduler-service-commons-scheduler.path }})
 * [Web Console Extensions (org.apache.sling.extensions.webconsolebranding, org.apache.sling.extensions.webconsolesecurityprovider)]({{ refs.web-console-extensions.path }})
 * [Discovery API and its Implementations (discovery.api, discovery.impl)]({{ refs.discovery-api-and-impl.path }})
-* [XML Support]({{ refs.xml-support.path }})
\ No newline at end of file
+* [XML Support]({{ refs.xml-support.path }})
+* [Caching Services]({{ refs.caching-services.path }})

Added: sling/site/trunk/content/documentation/bundles/caching-services.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/caching-services.mdtext?rev=1533372&view=auto
==============================================================================
--- sling/site/trunk/content/documentation/bundles/caching-services.mdtext (added)
+++ sling/site/trunk/content/documentation/bundles/caching-services.mdtext Fri Oct 18 09:47:50 2013
@@ -0,0 +1,8 @@
+Title: Sling Caching Services
+
+Caching services are available as a contribution at [https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/cache](https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/cache)
+
+Both EhCache and Infinispan implementations are provided, with good unit and integration tests coverage.
+
+A portal cache provider API implementation is provided, that depends on the whiteboard portal modules
+found under [https://svn.apache.org/repos/asf/sling/whiteboard/portal](https://svn.apache.org/repos/asf/sling/whiteboard/portal)