Third-party cache implementations

Spring's SimpleCacheManager is ok for testing, but has no cache control options (overflow, eviction). So we have to use third-party alternatives like the following:

  • Terracotta's EhCache
  • Google's Guava and Caffeine
  • Pivotal's Gemfire

Let's see one of the configurations of third-party cache managers.

..................Content has been hidden....................

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