(PECL memcached >= 0.1.0)
Retrieve multiple items
public mixed Memcached::getMulti ( array $keys [, array &$cas_tokens [, int $flags ]] )
Memcached::getMulti() is similar to Memcached::get(), but instead of a single key item, it retrieves multiple items the keys of which are specified in the keys array. If cas_tokens variable is provided, it is filled with the CAS token values for the found items.
Note:
Unlike Mem