Hi, If I use an LRU cache readOnly="true" I see in the log that ibatis doesn't access the database if the data is already available but id I use readOnly="false" I do see prepared statements.
Do I miss something? <cacheModel id="item-cache" type="LRU" readOnly="false"> I'm using ibatis-2.1.5.582. Zsolt
