# File lib/moneta/mixins.rb, line 281
    def clear(options = {})
      @backend.clear
      self
    end