method
write_entry
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::Cache::FileStore
write_entry(key, entry, **options)private
No documentation available.
# 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