phpbb_session_testable_factory::get_cache_data PHP 메소드

get_cache_data() 공개 메소드

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