Exemplo n.º 1
0
 public static CompileCache GetInstance()
 {
     if (_instance == null)
     {
         _instance = new CompileCache();
     }
     return(_instance);
 }
Exemplo n.º 2
0
 public Script()
 {
     _cache = CompileCache.GetInstance();
 }