# File lib/amazon/search/cache.rb, line 85
      def flush_all
        FileUtils.rm Dir.glob(File.join(@path, '*'))
      end