org.springframework.cache.interceptor
Class BeanFactoryCacheDefinitionSourceAdvisor
java.lang.Object
org.springframework.aop.support.AbstractPointcutAdvisor
org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
org.springframework.cache.interceptor.BeanFactoryCacheDefinitionSourceAdvisor
- All Implemented Interfaces:
- Serializable, Advisor, PointcutAdvisor, Aware, BeanFactoryAware, Ordered
public class BeanFactoryCacheDefinitionSourceAdvisor
- extends AbstractBeanFactoryPointcutAdvisor
Advisor driven by a CacheDefinitionSource, used to include a
transaction advice bean for methods that are transactional.
- Author:
- Costin Leau
- See Also:
- Serialized Form
BeanFactoryCacheDefinitionSourceAdvisor
public BeanFactoryCacheDefinitionSourceAdvisor()
setCacheDefinitionSource
public void setCacheDefinitionSource(CacheDefinitionSource cacheDefinitionSource)
- Set the cache operation attribute source which is used to find cache
attributes. This should usually be identical to the source reference
set on the cache interceptor itself.
- See Also:
CacheInterceptor#setCacheAttributeSource
setClassFilter
public void setClassFilter(ClassFilter classFilter)
- Set the
ClassFilter to use for this pointcut.
Default is ClassFilter.TRUE.
getPointcut
public Pointcut getPointcut()
- Description copied from interface:
PointcutAdvisor
- Get the Pointcut that drives this advisor.