| 
					
						 Hi,
 
 I am using Hibernate 2.1.4.  When configuring the region_prefix for second level cache:
 
 hibernate.cache.region_prefix A prefix to use for second-level cache region names. 
 eg. prefix 
 
 Is this only important if I am using the oscache package for another purpose besides hibernate?  Or is it also important if I am connecting to two databases simultaneously in which case each configuration for each database needs a different prefix?
 
 Im assuming for two databases I need two different Configurations and SessionFactories.
 
 Thanks,
 Chris 
					
  
						
					 |