示例#1
0
 public static Cache GetInstance()
 {
     if(myInstance==null)
     {
         myInstance = new Cache();
     }
     return myInstance;
 }