Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

59923: Fixes StandardQuotaStrategyTest, that was broken by changes in cache behaviour.
   Non-clustered (Google Guava) caches do not use maxItems as a hard-limit any more - eviction takes place as cache size approaches the limit.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62233 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-12 09:42:08 +00:00
parent 13e34899ef
commit 00cd413c12
2 changed files with 21 additions and 9 deletions

View File

@@ -35,9 +35,7 @@
</bean>
<bean id="cachingContentStoreCache" class="org.alfresco.repo.cache.DefaultSimpleCache">
<property name="maxItems" value="12"/>
</bean>
<bean id="cachingContentStoreCache" class="org.alfresco.repo.cache.DefaultSimpleCache"/>
<bean id="cachedContentCleaner"