Dods: answer myself: how to force to refresh the database cache?

"linuxman" <[email protected]> Mon, 17 Feb 2003 22:07:56 +0800
Newsgroups gmane.comp.java.enhydra.dods,gmane.comp.java.enhydra.general
Message-ID <008701c2d68d$f8e70e20$6012090a@debian>
hi,

I have asked for help two days ago, and I got the answer myself:-).

My solution is, such as we have a table item_tbl and ItemDO represent the
table, and turn cache and full cache on when design the database with DODS,
so add ItemDO.refreshCache() in the business logic method save() and
delete(), generally in Item.java file.

But I don't think this is the only way and the best way. I think this is a
bug of dods, or something to implemented in dods.

linuxman