$memCached->flush()
Flushes the entire cache and returns whether the operation was successful; WARNING: Memcached only supports flushing the whole cache at once!
$memCached->flush(): bool
Return type
bool
This method modifies the existing $memcached
object it is applied to and returns it again.