Class MiaCacheServiceHazelCast
java.lang.Object
org.qubership.atp.mia.service.cache.MiaCacheServiceHazelCast
- All Implemented Interfaces:
MiaCacheService
-
Field Summary
FieldsFields inherited from interface org.qubership.atp.mia.service.cache.MiaCacheService
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cache.CacheManagerMandatory.com.hazelcast.core.HazelcastInstanceGenerates hazelcast instance client.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.atp.mia.service.cache.MiaCacheService
clearConfigurationCache, clearEnvironmentsCache
-
Field Details
-
CACHE_CLIENT_NAME
- See Also:
-
CACHE_SERVER_NAME
- See Also:
-
CACHE_ID
-
-
Constructor Details
-
MiaCacheServiceHazelCast
public MiaCacheServiceHazelCast()
-
-
Method Details
-
cacheManager
public org.springframework.cache.CacheManager cacheManager()Mandatory.- Specified by:
cacheManagerin interfaceMiaCacheService- Returns:
- hazelcast cache manager
-
getHzInstance
public com.hazelcast.core.HazelcastInstance getHzInstance()Generates hazelcast instance client.- Returns:
- instance
-