phpbb_session_testable_factory::merge_cache_data PHP Method

merge_cache_data() public method

New values overwrite old ones.
public merge_cache_data ( array $cache_data )
$cache_data array The additional cache data
    public function merge_cache_data(array $cache_data)
    {
        $this->cache_data = array_merge($this->cache_data, $cache_data);
    }