I want to use specific cache loader for a region. How can I do that? Can I get a sample
config file?
My actual goal is to use 2 different cache loaders for 2 different regions like below -
Region /user/data/X - use JDBCCacheLoader
Region /user/data/Y - use FileCacheLoader
I will use passivation & eviction on both regions but how can I use different loaders
on individual regions?
I can run 2 sets of JBoss cache instance...& providing two configuration files....but
I am trying to avoid it.
Another question - is it possible to do replication at region level?
Region X - Turn ON replication
Region Y - Turn OFF replication, which means keep the cache on local server only.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225377#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...