You are here

public function CacheFactoryInterface::get in Drupal driver for SQL Server and SQL Azure 8.2

Get a cache backend for a specific binary.

Parameters

string $bin:

Return value

CacheInterface

1 method overrides CacheFactoryInterface::get()
CacheFactoryDefault::get in drivers/lib/Drupal/Driver/Database/sqlsrv/Component/CacheFactoryDefault.php
{@inhertidoc}

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Component/CacheFactoryInterface.php, line 15

Class

CacheFactoryInterface

Namespace

Drupal\Driver\Database\sqlsrv\Component

Code

public function get($bin);