CacheApc::clear PHP Method

clear() public method

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