CacheApc::clear PHP 메소드

clear() 공개 메소드

清除缓存
public clear ( ) : boolen
리턴 boolen
    public function clear()
    {
        return apc_clear_cache();
    }