Flowdock
method

serialize_entries

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: RedisCacheStore
serialize_entries(entries, raw: false) 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 466
        def serialize_entries(entries, raw: false)
          entries.transform_values do |entry|
            serialize_entry entry, raw: raw
          end
        end
Register or log in to add new notes.