write_entry(_key, entry)
public

No documentation available.

# File activesupport/lib/active_support/cache/mem_cache_store.rb, line 46
          def write_entry(_key, entry)
            if entry.is_a?(Entry)
              entry.dup_value!
            end
            super
          end