Prev Next

Hibernate / Hibernate Caching

Explain about SwarmCache in Hibernate.

  • SwarmCache (org.hibernate.cache.SwarmCacheProvider) is a cluster-based caching.
  • supports read-only or nonstrict read/write caching.
  • appropriate for applications those have more read operations than write operations.

More Related questions...

Show more question and Answers...


Comments & Discussions