Class SlardarCacheConfiguration.CacheAop
-
- All Implemented Interfaces:
-
org.springframework.beans.factory.Aware,org.springframework.context.annotation.ImportAware
@Configuration(proxyBeanMethods = false)@ConditionalWingsEnabled()@Role(value = BeanDefinition.ROLE_INFRASTRUCTURE) public class SlardarCacheConfiguration.CacheAop extends AbstractCachingConfiguration
-
-
Constructor Summary
Constructors Constructor Description SlardarCacheConfiguration.CacheAop()
-
Method Summary
Modifier and Type Method Description CacheOperationSourcewingsCacheOperationSource()CacheInterceptorwingsCacheInterceptor(CacheOperationSource cacheOperationSource)-
-
Method Detail
-
wingsCacheOperationSource
@Bean()@Primary()@Role(value = BeanDefinition.ROLE_INFRASTRUCTURE) CacheOperationSource wingsCacheOperationSource()
-
wingsCacheInterceptor
@Bean()@Primary()@Role(value = BeanDefinition.ROLE_INFRASTRUCTURE) CacheInterceptor wingsCacheInterceptor(CacheOperationSource cacheOperationSource)
-
-
-
-