method
new_entry
rails latest stable - Class:
ActiveSupport::Cache::Store
new_entry(value, options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 711
def new_entry(value, options = nil) # :nodoc:
Entry.new(value, **merged_options(options))
end