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