Have you checked the insert SQL also?
Conceptual Understanding
Cache Loader maintains evicted data from memory in a persistent store (DB, file system).
Does caching solutions offer synchronization between actual source of data (mostly DB) and
in memory data (cache)? E.g. I am caching data from a table card_accounts then does
caching API offers synchronization between this table and cache (if data changes in table
then it automatically changes in memory and vice versa)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209784#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...