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