Horde_Imap_Client_Base::getCache PHP Method

getCache() public method

Returns the Horde_Imap_Client_Cache object used, if available.
public getCache ( ) : mixed
return mixed Either the cache object or null.
    public function getCache()
    {
        $this->_initCache();
        return $this->_cache;
    }