Point to CachingContentStore (ALF-11498)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31997 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2011-11-15 16:22:02 +00:00
parent 76be9d0da4
commit 3ba462a1a0
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!--
For a content cache, see <a href="http://wiki.alfresco.com/wiki/CachingContentStore">CachingContentStore</a>
-->
<!--
This file is not included in the application context by default.
If you include this file, please ensure that you review the sample

View File

@@ -31,10 +31,10 @@ import org.alfresco.repo.content.AbstractContentStreamListener;
import org.alfresco.repo.content.ContentContext;
import org.alfresco.repo.content.ContentExistsException;
import org.alfresco.repo.content.ContentStore;
import org.alfresco.repo.content.caching.CachingContentStore;
import org.alfresco.repo.transaction.RetryingTransactionHelper;
import org.alfresco.service.cmr.repository.ContentIOException;
import org.alfresco.service.cmr.repository.ContentReader;
import org.alfresco.service.cmr.repository.ContentStreamListener;
import org.alfresco.service.cmr.repository.ContentWriter;
import org.alfresco.service.transaction.TransactionService;
import org.apache.commons.logging.Log;
@@ -86,6 +86,7 @@ import org.apache.commons.logging.LogFactory;
* the content.
*
* @author Derek Hulley
* @see CachingContentStore
*/
public class ReplicatingContentStore extends AbstractContentStore
{