instance method
read_entry
Ruby on Rails 7.2.3
Since v5.2.8.1 Private — implementation detail, not part of the public APISignature
read_entry(key, **options)
Reads an entry from the cache implementation. Subclasses must implement this method.
Parameters
-
keyreq -
optionskeyrest
Source
# File activesupport/lib/active_support/cache.rb, line 795
def read_entry(key, **options)
raise NotImplementedError.new
end
Defined in activesupport/lib/active_support/cache.rb line 795
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Store