method
write_entry
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Cache::MemCacheStore::DupLocalCache::DupLocalStore
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