Ejemplo n.º 1
0
 public void setCaching(bool cache)
 {
     if (cache != this.caching)
     {
         ExpressionHandler.setCache(cache);
         this.caching = cache;
     }
 }