ation.
Rob Sonke wrote:
>
> I don't know how to do that with properties but you can do it
> programmatically by adding a flushstatement:
> daoObject.getSqlMapExecutorDelegate().getCacheModel(modelName).addFlushTriggerStatement("Foo.insertFoo");
>
> Never tried it act
Either my search skills are getting bad or the iBatis documentation is not
adequate.
1. I'd like to call setFlushInterval(..) using a configurable parameter
which can change while the application is running. How do I get the handle
to my already defined Cache model ?
2. How do I add a parameter