App\Model\User::test PHP Method

test() public method

public test ( )
    function test()
    {
        $a = model('Test');
        $key = '1234';
        $this->swoole->cache->delete($key);
        $this->db->getAffectedRows();
    }
User