# File lib/moneta/wrapper.rb, line 16
    def store(key, value, options = {})
      wrap(:store, key, value, options) { super }
    end