| 462 | // **** Start testing direct remove valid **** |
| 463 | C_ATTR(directRemoveValid, :Local :AutoArgs) |
| 464 | void directRemoveValid(Context *c) |
| 465 | { |
| 466 | Memcached::set("rem1", QByteArrayLiteral("Lorem ipsum"), 300); |
| 467 | Memcached::ReturnType rt; |
| 468 | setValidity(c, Memcached::remove("rem1", &rt)); |
| 469 | } |
| 470 | |
| 471 | // **** Start testing direct remove invalid **** |
| 472 | C_ATTR(directRemoveInvalid, :Local :AutoArgs) |