class ActiveSupport::Cache::MemCacheStore::DupLocalCache::DupLocalStore

def write_entry(_key, entry)

def write_entry(_key, entry)
  if entry.is_a?(Entry)
    entry.dup_value!
  end
  super
end