使用Hashtable实现简单缓存功能
摘要:
/// <summary> /// 系统缓存 /// </summary> public class Caching { /// <summary> /// 缓存对象 /// </summary> public static readonly Caching Cache = new Caching(); private System.Collecti... 阅读全文
posted @ 2007-05-13 20:57 杞人 阅读(1512) 评论(1) 推荐(0) 编辑