I've implemented the LRU caching model here's the config:
        <cacheModel id="a-cache" type ="LRU" readOnly="false" serialize="true">
                <flushInterval hours="12"/>
                <property name="cache-size" value="1000" />
        </cacheModel>
Now here's the question: Do I have to flush the cache myself after an update
to a table? If I query a table that returns 4 rows then add or delete a row,
when I query the table after the update I get the same 4 rows returned
initially.
Thanks.
-- 
View this message in context: 
http://www.nabble.com/Caching-question-tf4238620.html#a12060474
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Reply via email to