# File lib/moneta/adapters/client.rb, line 32 def store(key, value, options = {}) write(:store, key, value, options) read value end