Hi Vipin,
Also you can put log statements in methods like GenericDelegato::clearCacheLine
HTH
Jacques
Le 31/12/2019 à 09:39, Nicolas Malin a écrit :
Hello,
Display on your instance first OFBiz instance a party, go to your cache
maintenance [1] and check it's loaded with values.
On your second instance, edit this party through webtools [2], edit it
Now on your first instance [1] your cache are normally clear.
Nicolas
[1]
webtools/control/FindUtilCacheElements?UTIL_CACHE_NAME=entitycache.entity.default.Party
[2] webtools/control/FindGeneric?entityName=Party
On 31/12/2019 07:26, vipin nirwal wrote:
Hi All,
I have implemented DCC functionality as mentioned on below link.
https://cwiki.apache.org/confluence/display/OFBIZ/Distributed+Entity+Cache+Clear+%28DCC%29+Mechanism#DistributedEntityCacheClear(DCC)Mechanism-DistributedEntityCacheClear(DCC)Mechanism
I can see counter increasing for Enqueue and Dequeue messages in ActiveMQ
topic. But how can i test for sure that DCC is working? Is there a testing
mechanism for DCC? Please let me know.
Where can i see that cache is being cleared whenever i am updating a
product( product description for example)?