mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
Implement persistency support.
This commit is contained in:
@@ -69,7 +69,7 @@ class Memcached {
|
||||
const OPT_PREFIX_KEY;
|
||||
|
||||
|
||||
public function __construct( $locale ) {}
|
||||
public function __construct( $persistent_id = '' ) {}
|
||||
|
||||
public function get( $key, $cache_cb = null ) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user