Exemplo n.º 1
0
 public RegionInfoCache()
 {
     if (m_Cache == null)
     {
         m_Cache = new RegionsExpiringCache();
     }
     numberInstances++;
 }