Memcached::getDelayed

Memcached::getDelayed

(PECL memcached >= 0.1.0)

Memcached::getDelayedRequest multiple items

Description

public bool Memcached::getDelayed ( array $keys [, bool $with_cas [, callable $value_cb ]] )

Memcached::getDelayed() issues a request to memcache for multiple items the keys of which are specified in the keys array. The method does not wait for response and returns right away. When you are ready to collect the items, call either Memcached::fetch()登录查看完整内容