You are here

public function DrupalMemcacheInterface::key in Zircon Profile 8

Same name and namespace in other branches
  1. 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\memcache

Code

public function key($key);