# File lib/active_support/cache/moneta_store.rb, line 40 def write_entry(key, entry, options) @store.store(key, entry, moneta_options(options)) true end