Page 1 of 1

Inconsistency issue

Posted: Thu Sep 11, 2014 1:30 am
by sharma
Hi phillip,

when we are fetching all orders for particular customer,some times we are not getting updated records. we are using Criteria API for fetching all records. some times its picking old cache instead of new cache.

actually we are storing cache into Apache tomcat temp location.

please help me on this?

<diskStore path="java.io.tmpdir"/>

is there any chance to change cache location?

Re: Inconsistency issue

Posted: Sat Sep 13, 2014 2:03 pm
by phillipuniverse
Can you open an issue for this on https://github.com/BroadleafCommerce/Br ... rce/issues with a bit more information? I think that I have seen this issue before but want the rest of the details with what you are doing.

is there any chance to change cache location?


In your project you should find a bl-override-ehcache.xml file. Anything that you put in this file will override anything that Broadleaf has set so you have complete control over any and all cache settings.