Generated by
JDiff

Class org.springframework.cache.interceptor.CacheProxyFactoryBean

Added interfaces org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.SmartInitializingSingleton.

Added Methods
void afterSingletonsInstantiated()  
void setBeanFactory(BeanFactory)  
void setCacheManager(CacheManager) Set the CacheManager to use to create a default CacheResolver.
void setCacheResolver(CacheResolver) Set the default CacheResolver that this cache aspect should delegate to if no specific cache resolver has been set for the operation.
void setKeyGenerator(KeyGenerator) Set the default KeyGenerator that this cache aspect should delegate to if no specific key generator has been set for the operation.