Method: ActiveSupport::Cache::Store#new_entry

Defined in:
lib/active_support/cache.rb

#new_entry(value, options = nil) ⇒ Object

:nodoc:



723
724
725
# File 'lib/active_support/cache.rb', line 723

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