9. Other API
Flush
memcached_return_t
memcached_flush(memcached_st *ptr, time_t expiration)
memcached_return_t
memcached_flush_by_prefix(memcached_st *ptr,
const char *prefix, size_t prefix_length,
time_t expiration)Last updated