# File lib/chef/cookbook/syntax_check.rb, line 83
      def validated?(file)
        !!cache.lookup_checksum(cache_key(file), File.stat(file))
      end