Table of Contents
Table 6.1. PHP Client Library Retrieval Methods
| Method | Title |
|---|---|
$object->fetch($key [, $keyn ]) | Fetch the next delayed result set document |
$object->fetchAll($key [, $keyn ]) | Fetch all the delayed result set documents |
$object->get($key [, $callback ] [, $casunique ]) | Get one or more key values |
$object->getDelayed($keyn [, $with_cas ] [, $callback ]) | Get a key to be fetched later |
$object->getMulti($keycollection [, $casarray ]) | Get one or more key values |
$object->getAndLock($key [, $casarray ] [, $getl-expiry ]) | Get the value for a key, lock the key from changes |
$object->getAndLockMulti($keycollection [, $casarray ] [, $getl-expiry ]) | Get the value for a key, lock the key from changes |
$object->getAndTouch($key, $expiry) | Get a value and update the expiration time for a given key |
$object->getAndTouchMulti($key, $expiry) | Get a value and update the expiration time for a given key |
$object->unlock($key, $casunique) | Unlock a previously locked key |