You are here

interface CacheFactoryInterface in Drupal driver for SQL Server and SQL Azure 8.2

Hierarchy

Expanded class hierarchy of CacheFactoryInterface

All classes that implement CacheFactoryInterface

1 file declares its use of CacheFactoryInterface
Connection.php in drivers/lib/Drupal/Driver/Database/sqlsrv/PDO/Connection.php

File

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

Namespace

Drupal\Driver\Database\sqlsrv\Component
View source
interface CacheFactoryInterface {

  /**
   * Get a cache backend for a specific binary.
   *
   * @param  string $bin
   *
   * @return CacheInterface
   */
  public function get($bin);

}

Members

Namesort descending Modifiers Type Description Overrides
CacheFactoryInterface::get public function Get a cache backend for a specific binary. 1