Hibernate / Hibernate Caching
Explain second level cache in hibernate.
Second level cache is on SessionFactory level. All the second level cache provider class must implement org.hibernate.cache.spi.CacheProvider by configuring the property hibernate.cache.provider_class. Hibernate provides open source cache providers also.
More Related questions...