I would like to ask you something about clearing the cache of the PersistenceManager.
In our application, we are using only one PersistenceManager but we want to identify a good moment in time when we should clear its cache.
The database used by our application is updated also by a different application (developed without IdeaBlade) and that’s why we need to be really sensitive to the changes appeared on our objects after they are loaded in the cache.
Could you help us to design a good approach for this problem?