phpbb_session_testable_factory::get_cache_data PHP Méthode

get_cache_data() public méthode

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