public function DrupalMemcacheInterface::get in Zircon Profile 8
Same name and namespace in other branches
- 8.0 modules/memcache/src/DrupalMemcacheInterface.php \Drupal\memcache\DrupalMemcacheInterface::get()
Retrieves a value from Memcache.
Parameters
string $key: The key with which the item was stored.
Return value
mixed The item that was originally saved, or FALSE otherwise.
1 method overrides DrupalMemcacheInterface::get()
- DrupalMemcacheBase::get in modules/
memcache/ src/ DrupalMemcacheBase.php - Retrieves a value from Memcache.
File
- modules/
memcache/ src/ DrupalMemcacheInterface.php, line 47 - Contains \Drupal\memcache\DrupalMemcacheInterface.
Class
- DrupalMemcacheInterface
- Class DrupalMemcacheInterface.
Namespace
Drupal\memcacheCode
public function get($key);