# File lib/moneta/adapters/memcached/dalli.rb, line 72
      def clear(options = {})
        @backend.flush_all
        self
      end