public function DrupalMemcacheInterface::key in Memcache API and Integration 8.2
Prepares the memcache key.
Parameters
string $key: The raw cache key.
Return value
string The prepared cache key.
1 method overrides DrupalMemcacheInterface::key()
- DriverBase::key in src/
Driver/ DriverBase.php - Prepares the memcache key.
File
- src/
DrupalMemcacheInterface.php, line 90
Class
- DrupalMemcacheInterface
- Class DrupalMemcacheInterface.
Namespace
Drupal\memcacheCode
public function key($key);