hi,
How do I entirely turn off TopLink caching in the version available in ME 7?
And what other caching options are available any way?
I want TopLink to always fetch the records from DB. I understand this is less efficient, but it will be no worst than doing the same by conventional means (straight SQLs) with no caching.
The reason I need to do this is:
1. I have external processes (external to my JVM) that also update data, and those are not recognized unless the keys change.