# File lib/json-schema/validator.rb, line 301
      def clear_cache
        @@schemas = {} if @@cache_schemas == false
      end