hi and happy new year, i am looking for a method that tells cayenne to clear all cached objects, so that i can be sure the context will read fresh data from database next time a query is performed.
i found these:
context.getEntityResolver().clearCache();
context.getObjectStore().getDataRowCache().clear();
kind regards,
peter
