method

write_entry

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: DupLocalStore
write_entry(_key, entry) public

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/mem_cache_store.rb, line 46
          def write_entry(_key, entry)
            if entry.is_a?(Entry)
              entry.dup_value!
            end
            super
          end
Register or log in to add new notes.