Horde_Imap_Client_Cache::clear PHP Method

clear() public method

Clear the cache.
Since: 2.9.0
public clear ( integer $lifetime = null )
$lifetime integer Only delete entries older than this (in seconds). If null, deletes all entries.
    public function clear($lifetime = null)
    {
        $this->_backend->clear($lifetime);
    }