Every time Hibernate starts, I see the following line in the log:
Code:
SettingsFactory:129 - cache provider: net.sf.hibernate.cache.EhCacheProvider
As far as I can tell, I am not specifying a second-level cache provider in my configuration and I don't want to use one. Does this line indicate that the cache is turned on? And if so, how?
For what it's worth, I'm using Hibernate 2.1.6 with the Spring Framework 1.1.2. I don't see anything to indicate that Spring is enabling the cache, though.
Thanks.