对org.springframework.beans. CachedIntrospectionResults 的理解

CachedIntrospectionResults 缓存了所有的bean的信息(主要是属性),是用static缓存的,对于同一个class的信息只要执行一次就可以了,所以采用了工厂模式。我怎么觉得是单例模式。
这个类里有很多东西,什么弱引用之类。与内存泄漏有关系。

参见:
http://www.blogjava.net/killme2008/archive/2007/06/26/126282.html
http://calvin.redsaga.com/viewthread.php?tid=391

你可能感兴趣的:(对org.springframework.beans. CachedIntrospectionResults 的理解)