When the cache and the application co-exist within the same JVM, the
cache can be said to be operating in embedded mode. The cache lives and
dies with the application JVM. This strategy should be used when:
• Tight coupling between your application and the cache is not a concern
• The application host has enough capacity (memory) to accommodate the
demands of the cache