mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
Cannot have cache callback for multigets.
This commit is contained in:
@@ -79,13 +79,13 @@ class Memcached {
|
||||
|
||||
public function getByKey( $server_key, $key, $cache_cb = null ) {}
|
||||
|
||||
public function getMulti( array $keys, &$cas_token = null, &$cas_tokens = null, $cache_cb = null ) {}
|
||||
public function getMulti( array $keys, &$cas_tokens = null ) {}
|
||||
|
||||
public function getMultiByKey( $server_key, array $key, &$cas_tokens = null, $cache_cb = null ) {}
|
||||
public function getMultiByKey( $server_key, array $keys, &$cas_tokens = null ) {}
|
||||
|
||||
public function getDelayed( array $keys, $with_cas = null, $cache_cb = null, $value_cb = null ) {}
|
||||
public function getDelayed( array $keys, $with_cas = null, $value_cb = null ) {}
|
||||
|
||||
public function getDelayedByKey( $server_key, array $keys, $with_cas = null, $cache_cb = null, $value_cb = null ) {}
|
||||
public function getDelayedByKey( $server_key, array $keys, $with_cas = null, $value_cb = null ) {}
|
||||
|
||||
public function fetch( ) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user