public void setCaching(bool cache) { if (cache != this.caching) { ExpressionHandler.setCache(cache); this.caching = cache; } }