Exemplo n.º 1
0
 public static RC Initialize()
 {
     if (_pcache == null)
     {
         _pcache = new PCache1();
     }
     return(_pcache.Init());
 }