# File lib/moneta/proxy.rb, line 61 def store(key, value, options = {}) adapter.store(key, value, options) end