Class WebbpmCacheInterceptor

java.lang.Object
org.springframework.cache.interceptor.AbstractCacheInvoker
org.springframework.cache.interceptor.CacheAspectSupport
org.springframework.cache.interceptor.CacheInterceptor
ru.cg.webbpm.modules.security.api.impl.cache.WebbpmCacheInterceptor
All Implemented Interfaces:
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 WebbpmCacheInterceptor extends org.springframework.cache.interceptor.CacheInterceptor
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.cache.interceptor.CacheAspectSupport

    org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext, org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
  • Field Summary

    Fields inherited from class org.springframework.cache.interceptor.CacheAspectSupport

    logger

    Fields inherited from class org.springframework.cache.interceptor.AbstractCacheInvoker

    errorHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doClear(org.springframework.cache.Cache cache, boolean immediate)
     
    protected void
    doEvict(org.springframework.cache.Cache cache, Object key, boolean immediate)
     

    Methods inherited from class org.springframework.cache.interceptor.CacheInterceptor

    invoke

    Methods inherited from class org.springframework.cache.interceptor.CacheAspectSupport

    afterPropertiesSet, afterSingletonsInstantiated, clearMetadataCache, configure, execute, getBean, getCacheOperationMetadata, getCacheOperationSource, getCacheResolver, getCaches, getKeyGenerator, getOperationContext, invokeOperation, methodIdentification, setBeanFactory, setCacheManager, setCacheOperationSource, setCacheOperationSources, setCacheResolver, setKeyGenerator

    Methods inherited from class org.springframework.cache.interceptor.AbstractCacheInvoker

    doGet, doPut, getErrorHandler, setErrorHandler

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebbpmCacheInterceptor

      public WebbpmCacheInterceptor()
  • Method Details

    • doEvict

      protected void doEvict(org.springframework.cache.Cache cache, Object key, boolean immediate)
      Overrides:
      doEvict in class org.springframework.cache.interceptor.AbstractCacheInvoker
    • doClear

      protected void doClear(org.springframework.cache.Cache cache, boolean immediate)
      Overrides:
      doClear in class org.springframework.cache.interceptor.AbstractCacheInvoker