Hi I have a situation where i have a table of about 16,000. rows, which i need to use for mathematical calculation. i want to cache the data and this data should update as soon as the database is updated.
Database is updated by external process, so Java program does not know if there is update by some other process. Is it possible to do this requirement using ibatis, any suggestions Ashish
