public function DrupalMemcacheInterface::key in Zircon Profile 8
Same name and namespace in other branches
- 8.0 modules/memcache/src/DrupalMemcacheInterface.php \Drupal\memcache\DrupalMemcacheInterface::key()
Prepares the memcache key.
Parameters
string $key: The raw cache key.
Return value
string The prepared cache key.
1 method overrides DrupalMemcacheInterface::key()
- DrupalMemcacheBase::key in modules/
memcache/ src/ DrupalMemcacheBase.php - Prepares the memcache key.
File
- modules/
memcache/ src/ DrupalMemcacheInterface.php, line 80 - Contains \Drupal\memcache\DrupalMemcacheInterface.
Class
- DrupalMemcacheInterface
- Class DrupalMemcacheInterface.
Namespace
Drupal\memcacheCode
public function key($key);