method
serialize_entries
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Cache::RedisCacheStore
serialize_entries(entries, **options)private
No documentation available.
# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 453
def serialize_entries(entries, **options)
entries.transform_values do |entry|
serialize_entry(entry, **options)
end
end