@EnableCaching @Configuration public class CommonHazelcastConfig extends Object
| Constructor and Description |
|---|
CommonHazelcastConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cache.CacheManager |
hazelcastCacheManager(com.hazelcast.core.HazelcastInstance hazelcastClient)
Create
CacheManager bean. |
protected static void |
tryToCreateMapConfigsIfNotExist(com.hazelcast.core.HazelcastInstance hazelcastInstance,
boolean remoteInstance) |
protected static void tryToCreateMapConfigsIfNotExist(com.hazelcast.core.HazelcastInstance hazelcastInstance,
boolean remoteInstance)
@Bean(name="hazelcastCacheManager")
public org.springframework.cache.CacheManager hazelcastCacheManager(@Qualifier(value="hazelcastClient")
com.hazelcast.core.HazelcastInstance hazelcastClient)
CacheManager bean.Copyright © 2025. All rights reserved.