# File lib/rabl/helpers.rb, line 94
    def template_cache_configured?
      defined?(Rails) && defined?(ActionController::Base) && ActionController::Base.perform_caching
    end