class ActiveSupport::Cache::Store
def merged_options(call_options) # :nodoc:
Merge the default options with ones specific to a method call.
def merged_options(call_options) # :nodoc: if call_options options.merge(call_options) else options.dup end end