Exemplo n.º 1
0
 public static GlobalCache getInstance()
 {
     if (instance == null)
     {
         instance = new GlobalCache();
     }
     return(instance);
 }
Exemplo n.º 2
0
 public static void Clean()
 {
     instance = new GlobalCache();
 }