pcb-8.x-2.2/modules/pcb_redis/src/Cache/PermanentRedisBackendFactory.php

modules/pcb_redis/src/Cache/PermanentRedisBackendFactory.php
<?php

namespace Drupal\pcb_redis\Cache;

use Drupal\redis\Cache\CacheBackendFactory;

/**
 * Class PermanentMemcacheBackendFactory.
 */
class PermanentRedisBackendFactory extends CacheBackendFactory {

  /**
   * {@inheritdoc}
   */
  public function get($bin) {
    return new PermanentRedisBackend($bin, $this->clientFactory->getClient(), $this->checksumProvider, $this->serializer);
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc