# File lib/apipie_bindings/api.rb, line 240
    def check_cache
      begin
        response = http_call('get', "/apidoc/apipie_checksum", {}, { :accept => "application/json" })
        response['checksum']
      rescue
        nil
      end
    end