I'm trying to optimize my AOP code by caching all the ProxyFactoryBeans I create with key=class. I set isSingleton(false) on the ProxyFactoryBean and I get "Using non-singleton proxies with singleton...
Type: Posts; User: tongueNcheek; Keyword(s):
I'm trying to optimize my AOP code by caching all the ProxyFactoryBeans I create with key=class. I set isSingleton(false) on the ProxyFactoryBean and I get "Using non-singleton proxies with singleton...