public static void CreateInstance() { if (null == Instance) { Instance = new GameCache(); } }
}//HasInstance public void CleanInstance() { Instance = null; }//CleanInstance