- 博客(1)
- 收藏
- 关注
原创 实现数据缓存(类似Cache功能)
using System;using System.Threading;using System.Collections;namespace MyCache{ /// /// 实现缓存 /// public sealed class MyCache { private static Hashtable Hash = Hashtable.Synchronized(new Hashtable()
2005-04-10 00:42:00
741
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人