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