# File lib/moneta/cache.rb, line 92
    def clear(options = {})
      @cache.clear(options)
      @adapter.clear(options)
      self
    end