This invalidates all existing cache items after expiration number of seconds.
(expiration uint32)
| 234 | // This invalidates all existing cache items after expiration number of |
| 235 | // seconds. |
| 236 | Flush(expiration uint32) Response |
| 237 | |
| 238 | // This requests the server statistics. When the key is an empty string, |
| 239 | // the server will respond with a "default" set of statistics information. |
no outgoing calls