public DatabaseBackend::schemaDefinition()
Defines the schema for the {cache_*} bin tables.
File
core/lib/Drupal/Core/Cache/DatabaseBackend.php, line 421
Class
DatabaseBackend Defines a default cache implementation.
Namespace
Drupal\Core\Cache
Code
public function schemaDefinition() {
$schema = array(
'description' => 'Storage for the cache API.',
'fields' => array(
'cid' => array(
'description' => 'Primary Key: Unique cache ID.',
'type' =>