Class MiaCacheServiceNoHazelCast
java.lang.Object
org.qubership.atp.mia.service.cache.MiaCacheServiceNoHazelCast
- All Implemented Interfaces:
MiaCacheService
-
Field Summary
Fields inherited from interface org.qubership.atp.mia.service.cache.MiaCacheService
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cache.CacheManagerReturns CacheManager Object.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
-
Constructor Details
-
MiaCacheServiceNoHazelCast
public MiaCacheServiceNoHazelCast()
-
-
Method Details
-
cacheManager
public org.springframework.cache.CacheManager cacheManager()Returns CacheManager Object.- Specified by:
cacheManagerin interfaceMiaCacheService- Returns:
- CacheManager Object.
-