instance method
get_entry_value
Ruby on Rails 6.0.6
Since v4.0.13 Private — implementation detail, not part of the public APISignature
get_entry_value(entry, name, options)
No documentation comment.
Parameters
-
entryreq -
namereq -
optionsreq
Source
# File activesupport/lib/active_support/cache.rb, line 710
def get_entry_value(entry, name, options)
instrument(:fetch_hit, name, options) { }
entry.value
end
Defined in activesupport/lib/active_support/cache.rb line 710
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Store