Guest User

fileContentStore_bean_override

a guest
May 24th, 2018
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <!-- Caching Content Store -->
  2. <bean id="fileContentStore" class="org.alfresco.repo.content.caching.CachingContentStore" init-method="init">
  3. <property name="backingStore" ref="com.eisenvault.azure.AzureContentStore"/>
  4. <property name="cache" ref="contentCache"/>
  5. <property name="cacheOnInbound" value="${system.content.caching.cacheOnInbound}"/>
  6. <property name="quota" ref="standardQuotaManager"/>
  7. </bean>
Add Comment
Please, Sign In to add comment