This implementation is used by {@link com.hazelcast.cache.HazelcastCachingProvider} internally when server type is configured.
This implementation creates anew singleton hazelcastInstance node. This instance is provided into the created managers.
If you need to use your already created HazelcastInstance, you can directly create a provider using {@link #createCachingProvider(com.hazelcast.core.HazelcastInstance)}.
@see javax.cache.spi.CachingProvider
|
|