Implement persistency support.

This commit is contained in:
Andrei Zmievski
2008-12-20 20:10:27 -08:00
parent 0abeaebebf
commit 730a024481
2 changed files with 156 additions and 54 deletions

View File

@@ -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 ) {}