Flowdock
method

serialize_entries

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: RedisCacheStore
serialize_entries(entries, **options) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.