Class BeanFactoryCacheOperationSourceAdvisor

All Implemented Interfaces:
Serializable, Advisor, PointcutAdvisor, Aware, BeanFactoryAware, Ordered

public class BeanFactoryCacheOperationSourceAdvisor extends AbstractBeanFactoryPointcutAdvisor
Advisor driven by a CacheOperationSource, used to include a cache advice bean for methods that are cacheable.
Since:
3.1
Author:
Costin Leau, Juergen Hoeller
See Also: