Horde_Core_HashTable_Vfs::gc PHP 메소드

gc() 공개 메소드

Perform garbage collection on the VFS path.
public gc ( integer $expire )
$expire integer Expire entries older than this value (in seconds).
    public function gc($expire)
    {
        Horde_Vfs_Gc::gc($this->_vfs, $this->_params['vfspath'], $expire);
    }