The iBATIS cache API is open, and you can try to implement your own cache model.
On Wed, 26 Jan 2005 06:49:37 -0600, Kit Cragin <[EMAIL PROTECTED]> wrote: > Anyone have any experience setting up sql maps in a web farm environment? > Specifically, creating a cache model where each node's cache stays in sync > with the database, or where there is a single distributed cache? The > built-in cachemodels all assume one node (e.g. flushing on particular > statements won't help a cache on another machine, because the statement > executed on another machine). > > - Kit > >