I have searched for troubleshooting on syncronizing the cache items in a load balanced environment. Our setup consists of two frontend servers and Composite content is stored in a SQL server. When items are updated in the console both servers i.e. cache on both servers must be updated. As far as I can see there is no composite package that can help with this syncronization. So this means that I must implement functionality that updates the cache on both servers if new data has been persisted.
http://api.composite.net/?topic=html/T_Composite_Data_DataEvents_1.htm describe events DataEvents_OnBeforeAdd and DataEvents_OnStoreChanged. Will this be the only way to solve this problem?