# File lib/moneta/adapters/memcached/native.rb, line 84
      def clear(options = {})
        @backend.flush
        self
      end