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

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • WingsCacheInterceptor

        WingsCacheInterceptor()
    • Method Detail