예제 #1
0
        protected void Application_Start(object sender, EventArgs e)
        {
            // TODO: Logging

            Cache = new ircCache();
        }
예제 #2
0
 public APIBase()
 {
     Cache = Global.Cache;
 }