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 -
Method Summary
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
-
Constructor Details
-
WebbpmCacheInterceptor
public WebbpmCacheInterceptor()
-
-
Method Details
-
doEvict
- Overrides:
doEvict
in classorg.springframework.cache.interceptor.AbstractCacheInvoker
-
doClear
protected void doClear(org.springframework.cache.Cache cache, boolean immediate) - Overrides:
doClear
in classorg.springframework.cache.interceptor.AbstractCacheInvoker
-