You are here

protected property CacheBackendFactory::$serializer in Redis 8

The serialization class to use.

Type: \Drupal\Component\Serialization\SerializationInterface

File

src/Cache/CacheBackendFactory.php, line 32

Class

CacheBackendFactory
A cache backend factory responsible for the construction of redis cache bins.

Namespace

Drupal\redis\Cache

Code

protected $serializer;