Class WingsCacheInterceptor
-
- All Implemented Interfaces:
-
java.io.Serializable,org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.InitializingBean,org.springframework.beans.factory.SmartInitializingSingleton
public class WingsCacheInterceptor extends CacheInterceptor- Since:
2022-04-19
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringIGNORE_REACTIVESTREAMS_PROPERTY_NAMEpublic CacheOperationSourcecacheOperationSource
-
Constructor Summary
Constructors Constructor Description WingsCacheInterceptor()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.springframework.cache.interceptor.CacheAspectSupport
afterPropertiesSet, afterSingletonsInstantiated, configure, getCacheOperationSource, getCacheResolver, getKeyGenerator, setBeanFactory, setCacheManager, setCacheOperationSource, setCacheOperationSources, setCacheResolver, setKeyGenerator -
Methods inherited from class org.springframework.cache.interceptor.CacheInterceptor
invoke -
Methods inherited from class org.springframework.cache.interceptor.AbstractCacheInvoker
getErrorHandler, setErrorHandler -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-