class ActiveSupport::Cache::Store

def new_entry(value, options = nil) # :nodoc:

:nodoc:
def new_entry(value, options = nil) # :nodoc:
  Entry.new(value, **merged_options(options))
end