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