You are here

protected property DrupalMemcacheBase::$hashAlgorithm in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 modules/memcache/src/DrupalMemcacheBase.php \Drupal\memcache\DrupalMemcacheBase::hashAlgorithm

The hash algorithm to pass to hash(). Defaults to 'sha1'

Type: string

File

modules/memcache/src/DrupalMemcacheBase.php, line 45
Contains \Drupal\memcache\DrupalMemcacheBase.

Class

DrupalMemcacheBase
Class DrupalMemcacheBase.

Namespace

Drupal\memcache

Code

protected $hashAlgorithm;