instance method
read_entry
Ruby on Rails 8.0.4
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 797
def read_entry(key, **options)
raise NotImplementedError.new
end
Defined in activesupport/lib/active_support/cache.rb line 797
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Store