# File lib/moneta/stack.rb, line 58
    def store(key, value, options = {})
      @stack.each {|s| s.store(key, value, options) }
      value
    end