function DrupalDatabaseCache::__construct

Constructs a DrupalDatabaseCache object.

Parameters

$bin: The cache bin for which the object is created.

Archivo

drupal-7.x/includes/cache.inc, line 316
Functions and interfaces for cache handling.

Class

DrupalDatabaseCache
Defines a default cache implementation.

Código

function __construct($bin) {
  $this->bin = $bin;
}