[jboss-user] [JBoss Cache: Core Edition] - Re: Getting Failed to insert node
atifoxon
do-not-reply at jboss.com
Fri Feb 13 03:03:00 EST 2009
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#4209784
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209784
More information about the jboss-user
mailing list