Horde_Imap_Client_Cache::clear PHP 메소드

clear() 공개 메소드

Clear the cache.
부터: 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);
    }