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

@@ -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
{