当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
HashMapCachingAdvisorChainFactory (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.aop.framework
Class HashMapCachingAdvisorChainFactory
java.lang.Object
org.springframework.aop.framework.DefaultAdvisorChainFactory
org.springframework.aop.framework.HashMapCachingAdvisorChainFactory
- All Implemented Interfaces:
- AdvisorChainFactory
Deprecated. as of Spring 2.0.3, in favor of AdvisedSupport
's
built-in caching. This class will be removed in Spring 2.1.
public class HashMapCachingAdvisorChainFactory
- extends DefaultAdvisorChainFactory
AdvisorChainFactory
implementation that used to cache by method.
As of Spring 2.0.3, this is a dummy subclass of DefaultAdvisorChainFactory
.
- Author:
- Rod Johnson, Juergen Hoeller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashMapCachingAdvisorChainFactory
public HashMapCachingAdvisorChainFactory()
- Deprecated.
Copyright © 2002-2007 The Spring Framework.