Class ItfLiteNoHazelCastCacheConfiguration
java.lang.Object
org.qubership.atp.itf.lite.backend.configuration.cache.ItfLiteNoHazelCastCacheConfiguration
@Configuration
@ConditionalOnProperty(value="spring.cache.hazelcast.client.enable",
havingValue="false")
public class ItfLiteNoHazelCastCacheConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cache.CacheManagerReturns CacheManager Object.
-
Constructor Details
-
ItfLiteNoHazelCastCacheConfiguration
public ItfLiteNoHazelCastCacheConfiguration()
-
-
Method Details
-
cacheManager
@Bean public org.springframework.cache.CacheManager cacheManager()Returns CacheManager Object.- Returns:
- CacheManager Object.
-