Auto-detection order

When caching is enabled, Spring Boot auto-configuration starts looking for a caching provider. The following list shows the order in which Spring Boot searches for caching providers. The list is in order of decreasing preference:

  • JCache (JSR-107) (EhCache 3, Hazelcast, Infinispan, and so on)
  • EhCache 2.x
  • Hazelcast
  • Infinispan
  • Couchbase
  • Redis
  • Caffeine
  • Guava
  • Simple
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset