method
serialize_entries
rails 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 438
def serialize_entries(entries, **options)
entries.transform_values do |entry|
serialize_entry(entry, **options)
end
end