You are here

protected property KeyValueChainedExpirableFactory::$serializer in Supercache 2.0.x

Same name and namespace in other branches
  1. 8 src/KeyValueStore/KeyValueChainedExpirableFactory.php \Drupal\supercache\KeyValueStore\KeyValueChainedExpirableFactory::serializer

The serialization class to use.

Type: \Drupal\Component\Serialization\SerializationInterface

File

src/KeyValueStore/KeyValueChainedExpirableFactory.php, line 36
Contains \Drupal\supercache\KeyValueStore\KeyValueWincacheExpirableFactory.

Class

KeyValueChainedExpirableFactory
Defines the key/value store factory for the wincache/databse backend.

Namespace

Drupal\supercache\KeyValueStore

Code

protected $serializer;