You are here

protected property DrupalMemcachedBase::$hashAlgorithm in Memcache Storage 8

The algorithm for hashing memcached keys longer than 250 chars. By default sha1 is chosen because it performs quickly with minimal collisions.

Type: string

File

src/DrupalMemcachedBase.php, line 43

Class

DrupalMemcachedBase
Class DrupalMemcachedBase

Namespace

Drupal\memcache_storage

Code

protected $hashAlgorithm = 'sha1';