function display_cache_schema in Display Cache 7
Implements hook_schema().
File
- ./
display_cache.install, line 11 - Schema and install hooks for the Display Cache module.
Code
function display_cache_schema() {
$schema['cache_display_cache'] = drupal_get_schema_unprocessed('system', 'cache');
return $schema;
}