using System; using System.Collections.Generic; namespace DomainBase { public class ObjectCache { //Dictionary 会自动维护一个空链表来保存不用的单元。 //这里,使用被缓存对象的“弱引用”,允许这些对象被垃圾回收。 pri... Read More
posted @ 2009-03-09 22:20
温景良(Jason)
Views(366)
Comments(2)
Diggs(0)

浙公网安备 33010602011771号