Exemplo n.º 1
0
 public static lhCacheData GetInstance()
 {
     if (m_instance != null)
     {
         return(null);
     }
     return(m_instance = new lhCacheData());
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     m_cacheJson = null;
     m_instance  = null;
 }