tags:

views:

11

answers:

1

hi;

I'm using ibatis and its cache model for the first time and i cant seem to figure out at what time will the cache be filled with new results, meaning whne will the query that i'm applying cache model on be executed again to fill the cache with new results. Does it require some sort of command to get the results again or will it be done automatically? any help will be appreciated.

Thanks

+1  A: 

It will be filled again when it is flushed which is done over events such as fluchoninterval, flushOnupdate, flushoninsert.

Mohsin Sheikh Khalid