phpbb_session_testable_factory::get_cache_data PHP Method

get_cache_data() public method

Retrieve the entire cache data to be passed to the session.
public get_cache_data ( ) : array
return array Cache contents
    public function get_cache_data()
    {
        return $this->cache_data;
    }