instance method
write_entry
Ruby on Rails 7.1.6
Since v3.0.20 PrivateSignature
write_entry(key, entry, **options)
No documentation comment.
Parameters
-
keyreq -
entryreq -
optionskeyrest
Source
# File activesupport/lib/active_support/cache/file_store.rb, line 109
def write_entry(key, entry, **options)
write_serialized_entry(key, serialize_entry(entry, **options), **options)
end
Defined in activesupport/lib/active_support/cache/file_store.rb line 109
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::FileStore