instance method
write_entry
Ruby on Rails 8.1.2
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 120
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 120
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::FileStore