Refactor cache support ---------------------- Key: IBATISNET-273 URL: https://issues.apache.org/jira/browse/IBATISNET-273 Project: iBatis for .NET Issue Type: Improvement Components: DataMapper Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Assignee: Gilles Bayon Fix For: DataMapper 3.0
In order to simplify configuration that is a bit confusing, the new syntax will be <cache id="xx" type="{Lru,Fifo,Perpetual,Weak, custom}" shared="{true,false}" flushInterval="in minutes"> <flushOnExecute statement="UpdateAccount"/> <flushOnExecute statement="DeleteAccount"/> </cache> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.